Skip to content

Commit b4a52d9

Browse files
committed
fix: tolerances
1 parent 2636cdc commit b4a52d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/axon/compiler_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5299,7 +5299,7 @@ defmodule CompilerTest do
52995299

53005300
input = random({1, 1})
53015301

5302-
assert_equal(predict_fn.(params, input), expected_predict_fn.(input, k1, b1, k2, b2))
5302+
assert_all_close(predict_fn.(params, input), expected_predict_fn.(input, k1, b1, k2, b2), atol: 1.0e-7)
53035303
end
53045304

53055305
test "predicts correctly with multiple blocks in network" do

0 commit comments

Comments
 (0)