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 a7d15bd commit 5a750e0
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 @@ -70,7 +70,7 @@ def calc_doppler_width_cuda(
temperature,
atomic_mass,
nthreads=256,
ret_np_ndarray=True,
ret_np_ndarray=False,
dtype=float,
):
arg_list = (
Expand Down

0 comments on commit 5a750e0

Please sign in to comment.