Skip to content

Commit

Permalink
Add tests to confirm np.newaxis support in Slice linop
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed May 8, 2024
1 parent 4637be0 commit 897c7b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scico/test/linop/test_func.py
Expand Up @@ -91,6 +91,8 @@ def slicetestobj(request):
np.s_[1:, :-3],
np.s_[1:, :, :3],
np.s_[1:, ..., 2:],
np.s_[np.newaxis],
np.s_[:, np.newaxis],
]


Expand Down

0 comments on commit 897c7b2

Please sign in to comment.