Skip to content

Commit 23fbb64

Browse files
authored
coalescence golovin test - increase tolerance a little
1 parent ddceee2 commit 23fbb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/physics/coalescence_golovin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def calc_golovin(res,t,n0,v0,b):
136136

137137
if(i==0):
138138
print('sd_conc RMSD = ' + str(rmsd));
139-
limit = 1e-5;
139+
limit = 1.1e-5;
140140
else:
141141
print('const_multi RMSD = ' + str(rmsd));
142142
limit = 3e-5; # constant multiplicity doesn't represent tails of the distribution so well and mass densty function depends on large tail?

0 commit comments

Comments
 (0)