Skip to content

Commit

Permalink
Add back set_engine
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Apr 15, 2024
1 parent b9663c9 commit 5b49d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/test/unit/io/test_adios2.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ def test_vtx_reuse_mesh(tempdir, dim, simplex, reuse):
except AttributeError:
adios = adios2.Adios(comm=mesh.comm)
io = adios.declare_io("TestData")
io.set_engine("BP4")
adios_file = adios2.Stream(io, str(filename), "r", mesh.comm)

for name, var in adios_file.available_variables().items():
Expand Down

0 comments on commit 5b49d44

Please sign in to comment.