Skip to content

Commit

Permalink
use fasthmath
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Dec 11, 2024
1 parent 4a28909 commit 7b47e59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def calc_molecular_alpha_line_at_nu(
return alpha_line_at_nu, gammas, doppler_widths


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

0 comments on commit 7b47e59

Please sign in to comment.