You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[error] /Users/oscar/stripe/agate/tests/src/test/scala/com/stripe/agate/tensor/Float16Test.scala:142:12: inferred type arguments [Float.type] do not conform to method render's type parameter bounds [A]
[error] Claim(JFloat.compare(x.toFloat, shortBitsToFloat(x.raw)) == 0)
[error] ^
[error] /Users/oscar/stripe/agate/tests/src/test/scala/com/stripe/agate/tensor/Float16Test.scala:142:13: type mismatch;
[error] found : Float.type
[error] required: A
[error] Claim(JFloat.compare(x.toFloat, shortBitsToFloat(x.raw)) == 0)
but removing the Claim works.
The text was updated successfully, but these errors were encountered:
but removing the
Claim
works.The text was updated successfully, but these errors were encountered: