Skip to content

Commit

Permalink
updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jgostick committed Jan 26, 2024
1 parent 9e31311 commit c6a4333
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/models/geometry/PoreSurfaceAreaTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ def test_circle_multi_geom(self):
model=mods.circle,
domain='right',
regen_mode='normal')
a = np.array([2.84159265, 2.74159265, 2.74159265])
a = np.array([2.84159265, 2.54159265, 2.54159265])
b = net['pore.surface_area@left']
c = np.array([2.74159265, 2.74159265, 2.74159265, 2.94159265,
2.94159265, 2.94159265, 3.04159265])
c = np.array([2.74159265, 2.94159265, 2.94159265, 2.94159265, 2.94159265,
2.94159265, 3.04159265])
d = net['pore.surface_area@right']
assert_allclose(a, b)
assert_allclose(c, d)
Expand Down

0 comments on commit c6a4333

Please sign in to comment.