Skip to content

Commit

Permalink
Update cognitive/src/test/scala/com/microsoft/azure/synapse/ml/cognit…
Browse files Browse the repository at this point in the history
…ive/face/FaceSuite.scala
  • Loading branch information
mhamilton723 committed Oct 10, 2023
1 parent 65b4c0a commit c6bd73e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ class DetectFaceSuite extends TransformerFuzzing[DetectFace] with CognitiveKey {
val results = face.transform(df)
val fromRow = Face.makeFromRowConverter

results.show(truncate=false)

val f1 = fromRow(results.select("face").collect().head.getSeq[Row](0).head)
assert(f1.faceAttributes.get.exposure.get.value != 0.0)

Expand Down

0 comments on commit c6bd73e

Please sign in to comment.