Skip to content

Commit 9ce15c4

Browse files
committed
puddle test: expected removed droplet number
1 parent 53b47a6 commit 9ce15c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/physics/puddle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def lognormal(lnr):
6868

6969
assert(tab_out[0][0] == 0.)
7070

71-
puddle_expected_per_cell = {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.0, 4: 0.0, 5: 0.0, 6: 0.0, 7: 0.0, 8: 7.087802417148837e-05, 9: 5.630090090571395e-06}
71+
puddle_expected_per_cell = {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.0, 4: 0.0, 5: 0.0, 6: 0.0, 7: 0.0, 8: 7.087802417148837e-05, 9: 5.630090090571395e-06, 10: 815411.5}
7272

7373
for a in puddle:
7474
print(puddle[a], Opts_init.nx * puddle_expected_per_cell[a])

0 commit comments

Comments
 (0)