We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30f5f3 commit 9fdc17dCopy full SHA for 9fdc17d
1 file changed
openmc_plotter/plotmodel.py
@@ -570,7 +570,6 @@ def _do_op(array, tally_value, ax=0):
570
# return data extents (in cm) for the tally
571
extents = [lower_left[h_ind], upper_right[h_ind],
572
lower_left[v_ind], upper_right[v_ind]]
573
- print(extents)
574
575
return image_data, extents, data_min, data_max
576
0 commit comments