Skip to content

Commit

Permalink
apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Feb 27, 2024
1 parent 9b7ad6b commit b6af724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stardis/radiation_field/radiation_field_solvers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ def single_theta_trace_parallel(

# return I_nu_theta
for nu_index in numba.prange(len(tracing_nus)):
for gap_index in range(no_of_depth_gaps - 1):
#Start by solving all the weights and prefactors except the last jump which would go out of bounds
for gap_index in range(no_of_depth_gaps - 1):
# Start by solving all the weights and prefactors except the last jump which would go out of bounds
second_term = (
w1[gap_index, nu_index]
* (
Expand Down

0 comments on commit b6af724

Please sign in to comment.