Skip to content

Commit

Permalink
fixing last test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgostick committed Mar 12, 2024
1 parent ebb2c3f commit 88ddfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def test_pseudo_gravity_packing_2D(self):
im = np.ones([100, 100], dtype=bool)
im = ps.generators.pseudo_gravity_packing(
im=im, r=8, clearance=1)
assert im.sum() == 5727 # Used to be 4578
assert im.sum() == 5976 # Used to be 4578

def test_pseudo_gravity_packing_3D(self):
np.random.seed(0)
Expand Down

0 comments on commit 88ddfc4

Please sign in to comment.