Skip to content

Commit

Permalink
rename to CCDC
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Oct 27, 2024
1 parent ce38d73 commit 0e30bc7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/core/models/test_cif.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def test_init_without_mendeeleve_number():
("tests/data/cif/sources/MS/U13Rh4.cif", "MS", {"U", "Fe"}, 2988),
("tests/data/cif/sources/MS/U13Rh4.cif", "MS", {"U", "Fe"}, 2988),
("tests/data/cif/sources/COD/1010581.cif", "COD", {"Cu", "Se"}, 1383),
("tests/data/cif/sources/CCSD/2294753.cif", "CCDC", {'Er', 'In', 'Co'}, 3844),
("tests/data/cif/sources/CCDC/2294753.cif", "CCDC", {'Er', 'In', 'Co'}, 3844),
(
"tests/data/cif/sources/MP/LiFeP2O7.cif",
"MP",
Expand Down
2 changes: 1 addition & 1 deletion tests/core/models/test_cif_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +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}),
("tests/data/cif/sources/CCDC", 1, {3844: 1}),
],
)
@pytest.mark.fast
Expand Down
File renamed without changes.

0 comments on commit 0e30bc7

Please sign in to comment.