Skip to content

Commit

Permalink
Return cupy array by default
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Aug 10, 2023
1 parent 4966d2f commit b542ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stardis/opacities/broadening.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def calc_n_effective_cuda(
ionization_energy,
level_energy,
nthreads=256,
ret_np_ndarray=True,
ret_np_ndarray=False,
dtype=float,
):
arg_list = (
Expand Down

0 comments on commit b542ffa

Please sign in to comment.