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
Can you suggest any solution? I cloned the repository and tried to run the test.
Traceback (most recent call last):
File "/home/kinga/PycharmProjects/SIMLR_PY/tests/test_largescale.py", line 7, in <module>
import SIMLR
File "/home/kinga/PycharmProjects/SIMLR_PY/SIMLR/__init__.py", line 1, in <module>
from core import SIMLR_LARGE
ModuleNotFoundError: No module named 'core'
The text was updated successfully, but these errors were encountered:
Can you suggest any solution? I cloned the repository and tried to run the test.
The text was updated successfully, but these errors were encountered: