Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit112192 committed Jul 23, 2024
1 parent cb8825f commit 8c8f186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tardis/transport/montecarlo/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def run(
self.montecarlo_configuration,
transport_state.radfield_mc_estimators,
self.spectrum_frequency_grid.value,
transport_state.rpacket_tracker,
number_of_vpackets,
iteration=iteration,
show_progress_bars=show_progress_bars,
Expand Down
1 change: 1 addition & 0 deletions tardis/transport/montecarlo/montecarlo_main_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def montecarlo_main_loop(
montecarlo_configuration,
estimators,
spectrum_frequency_grid,
rpacket_trackers,
number_of_vpackets,
iteration,
show_progress_bars,
Expand Down

0 comments on commit 8c8f186

Please sign in to comment.