Skip to content

Commit

Permalink
Update mesh path in test (#163)
Browse files Browse the repository at this point in the history
Closes #162
  • Loading branch information
ddundo authored Dec 6, 2024
1 parent 8e91aec commit 0600554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_adapt.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def load_mesh(fname):
:rtype: :class:`firedrake.mesh.MeshGeometry`
"""
venv = os.environ.get("VIRTUAL_ENV")
mesh_dir = os.path.join(venv, "src", "firedrake", "tests", "meshes")
mesh_dir = os.path.join(venv, "src", "firedrake", "tests", "firedrake", "meshes")
return Mesh(os.path.join(mesh_dir, fname + ".msh"))


Expand Down

0 comments on commit 0600554

Please sign in to comment.