We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac9b1b commit 6b61598Copy full SHA for 6b61598
1 file changed
tests/dacycler_base_test.py
@@ -15,5 +15,5 @@ def test_dacycler_init():
15
16
assert test_dac.system_dim == 6
17
assert test_dac.delta_t == 0.5
18
- assert test_dac.ensemble
+ assert not test_dac._uses_ensemble
19
assert not test_dac._in_4d
0 commit comments