Skip to content

Commit

Permalink
Increase lomem slightly patch3pt lowmem test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Jan 14, 2024
1 parent 3fcc210 commit b9b468e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_patch3pt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1910,13 +1910,13 @@ def test_lowmem():
nhalo = 100
npatch = 4
himem = 7.e5
lomem = 8.e4
lomem = 9.e4
else:
nsource = 1000
nhalo = 100
npatch = 4
himem = 1.3e5
lomem = 8.e4
himem = 1.4e5
lomem = 1.e5

rng = np.random.RandomState(8675309)
x, y, g1, g2, k = generate_shear_field(nsource, nhalo, rng)
Expand Down

0 comments on commit b9b468e

Please sign in to comment.