Skip to content

Commit

Permalink
fix #292
Browse files Browse the repository at this point in the history
  • Loading branch information
rodluger committed Sep 20, 2021
1 parent 47a745d commit 3ef17e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
rev: 19.3b0
hooks:
- id: black
language_version: python3.7
language_version: python3
exclude: lib

- repo: https://github.com/dfm/black_nbconvert
Expand Down
2 changes: 1 addition & 1 deletion starry/_core/ops/lib/include/filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Filter operations on a spherical harmonic map.
*/
template <typename Scalar> class Filter {
protected:
basis::Basis<Scalar> &B;
basis::Basis<Scalar> B;
const int ydeg; /**< */
const int Ny; /**< Number of spherical harmonic `(l, m)` coefficients */
const int udeg; /**< */
Expand Down

0 comments on commit 3ef17e5

Please sign in to comment.