Skip to content

Commit

Permalink
remove parallelization (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Dec 4, 2024
1 parent 0f90148 commit 1070df8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def calc_molecular_alpha_line_at_nu(
return alpha_line_at_nu, gammas, doppler_widths


@numba.njit(parallel=True)
@numba.njit
def calc_alan_entries(
no_of_depth_points,
tracing_nus_values,
Expand Down

0 comments on commit 1070df8

Please sign in to comment.