Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/firedrake/output/test_io_backward_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def test_io_backward_compat_base_save(version, params):

@pytest.mark.skipcomplex
@pytest.mark.parallel(nprocs=4)
@pytest.mark.parametrize('version', ["2024_01_27"])
@pytest.mark.parametrize('version', ["2024_01_27", "3b6c6a17ab73c3864b929c03581cad2a70b916ed"])
@pytest.mark.parametrize('params', test_io_backward_compat_base_params, ids=_test_io_backward_compat_base_idfunc)
def test_io_backward_compat_base_load(version, params):
filename = join(filedir, "_".join([basename, version, _make_name(params) + ".h5"]))
Expand Down Expand Up @@ -272,7 +272,7 @@ def test_io_backward_compat_timestepping_save(version):

@pytest.mark.skipcomplex
@pytest.mark.parallel(nprocs=4)
@pytest.mark.parametrize('version', ["2024_01_27"])
@pytest.mark.parametrize('version', ["2024_01_27", "3b6c6a17ab73c3864b929c03581cad2a70b916ed"])
def test_io_backward_compat_timestepping_load(version):
filename = join(filedir, "_".join([basename, version, "timestepping" + ".h5"]))
with CheckpointFile(filename, "r") as afile:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading