-
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
Fix testing #6
Fix testing #6
Conversation
What is the issue here? I think the relative imports, especially in @ladinesa, any idea of this? |
They weren't working for me. Even after fixing this, there's still a problem with Getting relative imports to work is a bit tricky, especially with nested projects. If you cross-reference with other dependencies, you'll see that they also follow this kind of import statement, i.e. relative to their own project root. That is like an absolute path from their perspective and thus robuster. |
sorry I cannot follow the problem. In your simulationdata/init.py you have |
@JosePizarro3 Fixed the matid import, but hit another dead end. I either use your branch 1728, but it hasn't been rebased to today's changes yet. Moreover, I also suggest that for the time being we keep the classes that you introduce there in this plugin (for now, while we're generating a structure), unless it really breaks something. |
These relative imports should and do work. The imports in MatID that you implemented are anyways wrong. In any case, please, wait for #1 to be merged. Now you are working on top of develop. I will push the changes to gitlab next week. |
2e16533
to
30ee019
Compare
Adding @JosePizarro3 I rebased to |
Can you target the branch 1-initial-polishing? :) |
b80964e
into
1-initial-polishing-of-modelsystem
Minor changes to enable testing (when run in the dev setup from the NOMAD project folder
dependencies/schema/simulation/data
).