Skip to content

Commit

Permalink
Migrate spglib to new SpglibDataset format with version 2.5.0 (#3923
Browse files Browse the repository at this point in the history
)

* increment spglig min version

* re-enable part of the test

* use dot notation and tweak code format

* add types for SpacegroupAnalyzer, mypy error to fix

* final round of format tweaks

* re-enable unit test for invalid spg number

* fix mypy errors

* migrate one more in unit test

* add types for PointGroupAnalyzer

* add types for remaining of analyzer
  • Loading branch information
DanielYang59 authored Jul 16, 2024
1 parent 106e8f5 commit 58e8a35
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 158 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies = [
"requests>=2.32",
"ruamel.yaml>=0.17.0",
"scipy>=1.13.0",
"spglib>=2.0.2",
"spglib>=2.5.0",
"sympy>=1.2",
"tabulate>=0.9",
"tqdm>=4.60",
Expand Down
Loading

0 comments on commit 58e8a35

Please sign in to comment.