Skip to content

Commit

Permalink
better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Dec 8, 2024
1 parent da88004 commit ecbce45
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/all_bin_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@
global_data = {}
processed_data = []

# running only a subset of the bins for demonstration purposes

############# RUN FW BIN SIMUS #############
# first wall bins
for fw_bin in FW_bins.bins[:3]:
global_data[fw_bin] = {}
fw_bin_data = {"bin_index": fw_bin.index, "sub_bins": []}
Expand All @@ -71,7 +69,7 @@

processed_data.append(fw_bin_data)

############# RUN DIV BIN SIMUS #############
# divertor bins
for div_bin in Div_bins.bins[15:18]:
my_model, quantities = my_hisp_model.run_bin(div_bin)

Expand Down

0 comments on commit ecbce45

Please sign in to comment.