Skip to content

Conversation

@kurtmckee
Copy link

Warning

There are a number of warnings coming from spglib regarding a behavioral change in its exception handling.

These errors are not addressed in this PR, but the warnings indicate a significant behavioral change that needs to be reviewed.

In general, I recommend addressing the spglib warnings and then enabling this configuration in pyproject.toml:

[tool.pytest]
filterwarnings = ["error"]

This will escalate warnings to errors to flag behavioral changes in dependencies, and sometimes in Python itself!

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.

1 participant