Skip to content
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

switch to attr access interface for transformation matrix #3964

Conversation

tsmathis
Copy link
Contributor

@tsmathis tsmathis commented Aug 1, 2024

an attr access interface change was missed in Tensor when spglib was upgraded to >=2.5.0 (#3923)

spglib throws the following deprecation warning currently:
DeprecationWarning: dict interface (SpglibDataset['transformation_matrix']) is deprecated.Use attribute interface ({self.__class__.__name__}.{key}) instead

Copy link
Member

@janosh janosh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @tsmathis! 👍

@janosh janosh merged commit 633e7bd into materialsproject:master Aug 1, 2024
30 of 32 checks passed
@janosh janosh added compatability Concerning pymatgen compatibility with different OS, Python versions, numpy versions, etc. symmetry Space groups and the like labels Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatability Concerning pymatgen compatibility with different OS, Python versions, numpy versions, etc. symmetry Space groups and the like
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants