You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was trying to run the tests by executing python tests/archive_test.py but I get this error:
File "/lge/tests/archive_test.py", line 19, in <module>
from lge.modules.inverse_model import LinearInverseModel
ModuleNotFoundError: No module named 'lge.modules.inverse_model'
Are the tests supposed to be runnable?
The text was updated successfully, but these errors were encountered:
Thank you for reporting this.
Most of the tests are remnants from the development phase and need to be updated. I am actively working on it. I am keeping the issue open until this is resolved.
Hello, I was trying to run the tests by executing
python tests/archive_test.py
but I get this error:Are the tests supposed to be runnable?
The text was updated successfully, but these errors were encountered: