Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Randl committed Aug 9, 2024
1 parent ead1e90 commit c3af158
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ def params(only_pseudo):
continue
if make_operator is make_diagonal_operator and tags != lx.diagonal_tag:
continue
if make_operator is make_identity_operator and tags != lx.unit_diagonal_tag:
continue
if (
make_operator is make_tridiagonal_operator
and tags != lx.tridiagonal_tag
Expand Down

0 comments on commit c3af158

Please sign in to comment.