Skip to content

Commit

Permalink
Add CCSD test to cif ensemble
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Oct 27, 2024
1 parent 0a6c320 commit 57dd584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/MP.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
**Added:**

* CifEnsemble support for ICSD, COD, MP files
* Support CCDC CIF files

**Changed:**

Expand Down
1 change: 1 addition & 0 deletions tests/core/models/test_cif_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ def test_init_without_preprocessing(
("tests/data/cif/sources/MP", 2, {108: 1, 594: 1}),
("tests/data/cif/sources/PCD", 1, {364: 1}),
("tests/data/cif/sources/MS", 1, {2988: 1}),
("tests/data/cif/sources/CCSD", 1, {3844: 1}),
],
)
@pytest.mark.fast
Expand Down

0 comments on commit 57dd584

Please sign in to comment.