We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39e8a6 commit eb9b17cCopy full SHA for eb9b17c
1 file changed
doc/sphinx/examples/tests_ci/gsph/sod_tube_gsph.py
@@ -97,7 +97,7 @@ def compute_L2_errors(data, sod, t, x_min, x_max):
97
98
99
if shamrock.sys.world_rank() == 0:
100
- rho, v, P = compute_L2_errors(ctx, sod, t_target, -0.5, 0.5)
+ rho, v, P = compute_L2_errors(data, sod, t_target, -0.5, 0.5)
101
vx, vy, vz = v
102
103
print("current errors :")
0 commit comments