Skip to content

Commit

Permalink
add missing import to test_broadening.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshields committed Sep 19, 2023
1 parent b76be40 commit c8a06e7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
calc_gamma_quadratic_stark,
_calc_gamma_quadratic_stark_cuda,
calc_gamma_quadratic_stark_cuda,
calc_gamma_van_der_waals,
_calc_gamma_van_der_waals_cuda,
calc_gamma_van_der_waals_cuda,
)

GPUs_available = cuda.is_available()
Expand Down

0 comments on commit c8a06e7

Please sign in to comment.