Skip to content

Commit

Permalink
Add basic doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
zeotuan committed Aug 24, 2024
1 parent 1d73486 commit 899eea3
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ trait DataFrameComparer extends DatasetComparer {
)
}

/**
* Raises an error unless `actualDF` and `expectedDF` are equal
*/
def assertApproximateSmallDataFrameEquality(actualDF: DataFrame,
expectedDF: DataFrame,
precision: Double,
Expand All @@ -66,6 +69,9 @@ trait DataFrameComparer extends DatasetComparer {
)
}

/**
* Raises an error unless `actualDF` and `expectedDF` are equal
*/
def assertApproximateLargeDataFrameEquality(actualDF: DataFrame,
expectedDF: DataFrame,
precision: Double,
Expand Down

0 comments on commit 899eea3

Please sign in to comment.