lge icon indicating copy to clipboard operation
lge copied to clipboard

Can't run tests in archive_test.py

Open edpark opened this issue 3 years ago • 2 comments

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?

edpark avatar Oct 22 '22 16:10 edpark

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.

qgallouedec avatar Oct 22 '22 16:10 qgallouedec

Ok, thank you!

edpark avatar Oct 22 '22 17:10 edpark