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 153706a commit e4c6f50Copy full SHA for e4c6f50
src/openfe_analysis/tests/utils/test_multistate.py
@@ -90,5 +90,5 @@ def test_get_unitcell(dataset):
90
def test_simulation_skipped_nc_no_positions_box_vectors_frame1(
91
skipped_dataset,
92
):
93
- assert _get_unitcell(dataset, 1, 1) is None
94
- assert dataset.variables["positions"][1][0].mask.all()
+ assert _get_unitcell(skipped_dataset, 1, 1) is None
+ assert skipped_dataset.variables["positions"][1][0].mask.all()
0 commit comments