We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec494e commit e8896bfCopy full SHA for e8896bf
tests/test_phonons.py
@@ -41,7 +41,7 @@ def test_calc_phonons():
41
42
43
def test_force_consts_to_hdf5_deprecation():
44
- """Test calculating phonons from ASE atoms object."""
+ """Test deprecation of force-consts-to-hdf5."""
45
struct = read(DATA_PATH / "NaCl.cif")
46
struct.calc = choose_calculator(arch="mace_mp", model=MODEL_PATH)
47
with pytest.warns(FutureWarning, match="--force_consts_to_hdf5 is deprecated."):
0 commit comments