lge
lge copied to clipboard
Can't run tests in archive_test.py
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?
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.
Ok, thank you!