Skip to content

Commit

Permalink
Final review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jwa7 committed Feb 21, 2024
1 parent 7c77adc commit 44ded8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def __init__(
self._max_angular = max_angular
self._cg_coefficients = _cg_cache.calculate_cg_coefficients(
lambda_max=self._max_angular,
sparse=(self._cg_backend == "python-sparse" or self._cg_backend == "mops"),
sparse=(self._cg_backend in ["python-sparse", "mops"]),
use_torch=(arrays_backend == "torch"),
)

Expand Down

0 comments on commit 44ded8c

Please sign in to comment.