I would like to use the default generators, but ru...
# kotlintest
b
I would like to use the default generators, but run into these kinds of errors:
Copy code
java.lang.AssertionError: Property failed for
Arg 0: 0.0
Arg 1: 0.0
Arg 2: 0.0 (shrunk from -Infinity)
after 4 attempts
Caused by: NaN should be equal to NaN
	at TestsKt.testAndShrink(tests.kt:46)
	at io.kotlintest.properties.PropertyTestingAssertAllKt.assertAll(PropertyTestingAssertAll.kt:77)
	at edu.umontreal.kotlingrad.evaluation.TestArithmetic$1$$special$$inlined$with$lambda$8.invoke(TestArithmetic.kt:95)
	at edu.umontreal.kotlingrad.evaluation.TestArithmetic$1$$special$$inlined$with$lambda$8.invoke(TestArithmetic.kt:10)
	...
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.AssertionError: NaN should be equal to NaN
	at edu.umontreal.kotlingrad.evaluation.TestArithmetic$1$$special$$inlined$with$lambda$8$1.invoke(TestArithmetic.kt:77)
	at edu.umontreal.kotlingrad.evaluation.TestArithmetic$1$$special$$inlined$with$lambda$8$1.invoke(TestArithmetic.kt:10)
	at TestsKt.testAndShrink(tests.kt:36)
	... 22 more