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

Fix default transformation_kwargs in analysis.magnetism.analyze.MagneticStructureEnumerator #4275

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

DanielYang59
Copy link
Contributor

@DanielYang59 DanielYang59 commented Jan 29, 2025

Summary

@DanielYang59 DanielYang59 force-pushed the fix-4184-mag-struc-enum branch from 97c475f to 5627409 Compare January 29, 2025 19:14
@DanielYang59 DanielYang59 force-pushed the fix-4184-mag-struc-enum branch from 5627409 to 1358181 Compare January 29, 2025 19:27
@DanielYang59 DanielYang59 force-pushed the fix-4184-mag-struc-enum branch from 27f7356 to 56b830f Compare January 29, 2025 19:33
transformation_kwargs = transformation_kwargs or {}
transformation_kwargs.update(default_transformation_kwargs)
transformation_kwargs = {"check_ordered_symmetry": False, "timeout": 5} | transformation_kwargs
Copy link
Contributor Author

Choose a reason for hiding this comment

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

tag the only functional change for easier review

@DanielYang59 DanielYang59 marked this pull request as ready for review January 29, 2025 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default values replace the custom input ones in MagneticStructureEnumerator
1 participant