Open RemDelaporteMathurin opened 2 years ago
https://github.com/fusion-energy/fusion_neutronics_workflow/blob/1012c90c69df96625aff5d75ef1c2214ee9774e7/example_04_multi_volume_regular_mesh_tally/3_post_process_and_plot.py#L18
This variable doesn't seem to be used anywhere. How can we plot the tally with the correct unit?
Nice spot, that could be used in the following two function calls. Those functions accept a source_strength arg.
source_strength
We can either delete line 18 or pass it into the plotting functions.
Up to you
https://github.com/fusion-energy/fusion_neutronics_workflow/blob/1012c90c69df96625aff5d75ef1c2214ee9774e7/example_04_multi_volume_regular_mesh_tally/3_post_process_and_plot.py#L18
This variable doesn't seem to be used anywhere. How can we plot the tally with the correct unit?