Skip to content

Commit e8896bf

Browse files
committed
add deprecation
1 parent 0ec494e commit e8896bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_phonons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_calc_phonons():
4141

4242

4343
def test_force_consts_to_hdf5_deprecation():
44-
"""Test calculating phonons from ASE atoms object."""
44+
"""Test deprecation of force-consts-to-hdf5."""
4545
struct = read(DATA_PATH / "NaCl.cif")
4646
struct.calc = choose_calculator(arch="mace_mp", model=MODEL_PATH)
4747
with pytest.warns(FutureWarning, match="--force_consts_to_hdf5 is deprecated."):

0 commit comments

Comments
 (0)