-
Notifications
You must be signed in to change notification settings - Fork 15
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
Refactor #796
Refactor #796
Conversation
One error remaining:
|
The integration tests fail until pyiron/pyiron_atomistics#687 is merged. |
# Conflicts: # pyiron_base/__init__.py
# Conflicts: # pyiron_base/__init__.py
|
Waiting for pyiron/pyiron_contrib#459 |
Ready for review |
Won't be able to look at it in depth until Monday, but I like the principle and the top level folder names look pretty reasonable! |
@@ -1366,7 +1366,14 @@ def to_object(self, class_name=None, **qwargs): | |||
) | |||
class_name = class_name or self.get("TYPE") | |||
class_path = class_name.split("<class '")[-1].split("'>")[0] | |||
if not class_path.startswith("abc."): | |||
class_convert_dict = { # Fix backwards compatibility |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add comment up to which version this backwards fix is required 0.5.19
Move object to interfaces |
Split |
Add description |
It would be nice to have a little spec file that details what code goes into which module for new devs. |
The new structure consists of:
For more details:
pyiron/pyiron_developer_tutorial#6