Skip to content

Commit

Permalink
update comment in the ut
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Hussein <[email protected]>
  • Loading branch information
amahussein committed Nov 5, 2024
1 parent f2c514a commit 51fb686
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ class QualificationSuite extends BaseTestSuite {
assert(mlOpsRes.mlFunctions.get.head.mlOps.mkString.contains(
"org.apache.spark.ml.feature.PCA.fit"))
assert(mlOpsRes.mlFunctionsStageDurations.get.head.mlFuncName.equals("PCA"))
// estimated GPU time is for ML function, there are no Spark Dataframe/SQL functions.
// For ML function, there are no Spark Dataframe/SQL functions. GPU opportunity is 0.
assert(mlOpsRes.estimatedInfo.gpuOpportunity >= 0)
}
}
Expand Down

0 comments on commit 51fb686

Please sign in to comment.