zhenruiliao / tension

A Python package for FORCE training chaotic neural networks
MIT License
5 stars 2 forks source link

FAIL: test_normal_case (__main__.TestConstrainedNoFBESNwithFORCE) in test.py #35

Open lubin-liu opened 1 year ago

lubin-liu commented 1 year ago

One test fails when running test.py on Google Colab (recurrent kernel for TestConstrainedNoFBESNwithFORCE). Relaxing np.allclose tolerances for that test to atol=1e-07 and rtol=1e-04 will alleviate this issue.