Skip to content

Commit

Permalink
one more change
Browse files Browse the repository at this point in the history
  • Loading branch information
nate-sime committed Feb 9, 2024
1 parent b48be73 commit e4f321a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_snapshot_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
import numpy as np
import pytest

from adios4dolfinx.adios2_helpers import adios2
from adios4dolfinx.adios2_helpers import import_adios
from adios4dolfinx import snapshot_checkpoint

adios2 = import_adios()


triangle = dolfinx.mesh.CellType.triangle
quad = dolfinx.mesh.CellType.quadrilateral
tetra = dolfinx.mesh.CellType.tetrahedron
Expand Down

0 comments on commit e4f321a

Please sign in to comment.