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
Modules in other directories are inaccessible to modules trying to reach them by import. Running the first few lines of test_update_expand.py gives:
from mfrpy import update_expand, sgmfr
ModuleNotFoundError: No module named 'mfrpy'
The text was updated successfully, but these errors were encountered:
Modules in other directories are inaccessible to modules trying to reach them by import. Running the first few lines of test_update_expand.py gives:
from mfrpy import update_expand, sgmfr
ModuleNotFoundError: No module named 'mfrpy'
The text was updated successfully, but these errors were encountered: