Skip to content

Commit 6b61598

Browse files
committed
Update dacycler base test with new _uses_ensemble attribute
1 parent 7ac9b1b commit 6b61598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/dacycler_base_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ def test_dacycler_init():
1515

1616
assert test_dac.system_dim == 6
1717
assert test_dac.delta_t == 0.5
18-
assert test_dac.ensemble
18+
assert not test_dac._uses_ensemble
1919
assert not test_dac._in_4d

0 commit comments

Comments
 (0)