Skip to content

Commit

Permalink
Fix black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Oct 9, 2023
1 parent c2e1de5 commit 3a0cdb0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scico/test/functional/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
from scico import functional
from scico.random import randn

NO_BLOCK_ARRAY = [functional.L21Norm, functional.L1MinusL2Norm, functional.NuclearNorm, functional.TV2DNorm]
NO_BLOCK_ARRAY = [
functional.L21Norm,
functional.L1MinusL2Norm,
functional.NuclearNorm,
functional.TV2DNorm,
]
NO_COMPLEX = [functional.NonNegativeIndicator]


Expand Down

0 comments on commit 3a0cdb0

Please sign in to comment.