FAIL: test_infix_repr
tatakof opened this issue · 2 comments
tatakof commented
Hello Wassim, amazing work you are doing here!
I've followed the installation instructions of the README, and I'm getting the following failed test when running python -m unittest discover -p "*UnitTest.py"
:
FAIL: test_infix_repr (physo.physym.tests.program_display_UnitTest.DisplayTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/user/PhySO/physo/physym/tests/program_display_UnitTest.py", line 77, in test_infix_repr
self.assertTrue(works_bool)
AssertionError: False is not true
----------------------------------------------------------------------
Ran 70 tests in 27.472s
FAILED (failures=1)
Any idea how I can fix this?
Running on Pop OS 22.04
Cheers!
WassimTenachi commented
tatakof commented
Thanks @WassimTenachi !