-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resmico tests fail and more #30
Comments
Hi @ponomarevsy, Thank you for your interest in using resmico and reporting issues! (1) can you please give details on your machine, and how you created an environment and installed resmico? this error happens because cython extension was not compiled. Please have a look at the different installation options https://github.com/leylabmpi/resmico#installation (2) this error is fixed in one of the latest commits exactly in the way you described (3) is not critical, it doesn't affect model predictions and saving of the results |
Hi Olga! Thanks for getting back to me. Actually, I used mamba to install resmico (since conda could NOT resolve all the dependencies well; I should have used pip instead):
What would you suggest I do now, remove mamba installation and install via pip or start from scratch? Please let me know. |
(1) ./resmico/tests/ from GitHub repo fail with "cannot import name 'reader' from 'resmico'":
(2) AttributeError: module 'numpy' has no attribute 'bool'.
Solution: Changed 3 lines with np.bool to just bool in file models_fl.py:
(3) Bad file descriptor error:
#28
Solution: "this error should not affect the predictions" #28
Please let me know if you have a solution for (1). How critical are (2) and (3)? Please let me know. Thank you!
The text was updated successfully, but these errors were encountered: