We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31fff8 commit 33bb53bCopy full SHA for 33bb53b
tests/test_lammps_md.py
@@ -174,7 +174,7 @@ def test_lammps_md_langevin_all(self):
174
175
def test_calc_molecular_dynamics_signature(self):
176
self.assertEqual(
177
- inspect.signature(calc_molecular_dynamics_nvt_with_lammps).parameters["output"].default,
+ inspect.signature(calc_molecular_dynamics_nvt_with_lammps).parameters["output_keys"].default,
178
(
179
"positions",
180
"cell",
0 commit comments