Skip to content

Commit

Permalink
Update test_geometry.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tf17270 authored Mar 13, 2024
1 parent 3f40fd8 commit e287a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lyceanem/geometry/test_geometry.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
import numpy as np
import meshio
from . import geometry_functions_meshio as GF
from . import geometry_functions as GF
def are_meshes_equal(mesh1, mesh2, rtol=1e-5):
# Check vertices
assert np.allclose(mesh1.points, mesh2.points, rtol=rtol)
Expand Down

0 comments on commit e287a0b

Please sign in to comment.