Skip to content

Commit

Permalink
Format file using black
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbird7112 committed Jun 11, 2022
1 parent fd781aa commit 44a37cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/montecarlo/montecarlo_numba/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def montecarlo_main_loop(
v_packets_idx = np.floor(
(vpackets_nu - spectrum_frequency[0]) / delta_nu
).astype(np.int64)

for j, idx in enumerate(v_packets_idx):
if (vpackets_nu[j] < spectrum_frequency[0]) or (
vpackets_nu[j] > spectrum_frequency[-1]
Expand Down

0 comments on commit 44a37cb

Please sign in to comment.