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 authored Oct 9, 2023
1 parent 6e25892 commit e0d104c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,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.age.get > 20)

Expand Down

0 comments on commit e0d104c

Please sign in to comment.