We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ff802 commit bbbbb8dCopy full SHA for bbbbb8d
examples/fodo_space_charge/analysis_fodo_2d_sc.py
@@ -80,7 +80,7 @@ def get_moments(beam):
80
)
81
82
atol = 0.0 # ignored
83
-rtol = 4.0 * num_particles**-0.5 # from random sampling of a smooth distribution
+rtol = 5.0 * num_particles**-0.5 # from random sampling of a smooth distribution
84
print(f" rtol={rtol} (ignored: atol~={atol})")
85
86
assert np.allclose(
0 commit comments