Skip to content

Commit

Permalink
Add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Dec 24, 2021
1 parent 1eb651e commit 5a730d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tardis/montecarlo/montecarlo_numba/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ def montecarlo_main_loop(
number_of_vpackets : int
VPackets released per interaction
packet_seeds : numpy.array
virtual_packet_logging : bool
Option to enable virtual packet logging.
"""
output_nus = np.empty_like(packet_collection.packets_output_nu)
last_interaction_types = (
Expand Down

0 comments on commit 5a730d9

Please sign in to comment.