We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Required clean when moving to the new structure of Descriptors and Parameters.
First we need to confirm that the new descriptors a parameters are working in:
To clean the code base:
search for
.Variable import Descriptor
.Variable import Parameter
delete legacy tests:
rename folder: new_variable -> variable
Following files should be cleaned:
Probably able to move to numpy 2
The text was updated successfully, but these errors were encountered:
Completed in #94 We still need to check and update EasyDiffraction and EasyCrystallography.
Sorry, something went wrong.
rozyczko
Successfully merging a pull request may close this issue.
Required clean when moving to the new structure of Descriptors and Parameters.
First we need to confirm that the new descriptors a parameters are working in:
To clean the code base:
search for
.Variable import Descriptor
and delete.Variable import Parameter
and deletedelete legacy tests:
rename folder: new_variable -> variable
Following files should be cleaned:
-tests/unit_tests/Objects/new_variable/test_descriptor_from_legacy.py, rename
Probably able to move to numpy 2
The text was updated successfully, but these errors were encountered: