-
Notifications
You must be signed in to change notification settings - Fork 11
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
Atomicrex interface broken with read_only #970
Comments
Calling super.init within the FunctionParameter class seems to fix it. I guess that is the simplest variant. |
That sounds like it would be the issue, since you are deriving from DataContainer there anyway. |
I also noticed that you define a |
I renamed it to lock_value. |
The notebook tests fail, but I don"t really see how my PR influences them. |
Seems related to #949. |
Some changes on the HDF interface broke the atomicrex functionality, Old jobs can not be loaded and new ones can not be created.
Definition of potentials fails with an AttributeError because read_only is not defined.
Example:
Do you have a recommended way fix this @pmrv ?
The text was updated successfully, but these errors were encountered: