From b61ec91d781caf8e7ca593a98c76d916a8efa94e Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Wed, 29 Jun 2022 09:50:28 +0200 Subject: [PATCH] removed print statement --- openmc/tallies.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openmc/tallies.py b/openmc/tallies.py index 198f5581b2..88f747249d 100644 --- a/openmc/tallies.py +++ b/openmc/tallies.py @@ -3296,7 +3296,6 @@ def voxels_to_vtk(mesh, mean, std_dev): system_of_coordinates = "cartesian" if isinstance(mesh, openmc.RegularMesh): - print('coucou') x_vals = np.linspace( mesh.lower_left[0], mesh.upper_right[0],