I followed your instructions and got one test not passed. It says the following:
FAIL: test_lm_score_may_fail_numerically_for_external_meliad (__main__.LmInferenceTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/mnt/array50tb/projects/alphageometry/lm_inference_test.py", line 82, in test_lm_score_may_fail_numerically_for_external_meliad
self.assertEqual(
AssertionError: Lists differ: [-1.1633697, -1.122621] != [-1.1860729455947876, -1.1022869348526]
First differing element 0:
-1.1633697
-1.1860729455947876
- [-1.1633697, -1.122621]
+ [-1.1860729455947876, -1.1022869348526]
----------------------------------------------------------------------
Ran 2 tests in 82.530s
FAILED (failures=1)
****
I followed your instructions and got one test not passed. It says the following:
What could be causing it?