Skip to content

Commit

Permalink
Update test_activation_and_monitoring.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonCN committed Nov 26, 2024
1 parent 2d3e4fe commit a39b12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/examples/test_activation_and_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_activation(tb :TestbookNotebookClient):
else:
expected_sensory = input_value * 10

assert math.isclose(sensory_output, expected_sensory, abs_tol=0.21)
assert math.isclose(sensory_output, expected_sensory, abs_tol=0.3)

last_sensory_output = sensory_output

Expand Down

0 comments on commit a39b12f

Please sign in to comment.