Skip to content

Commit

Permalink
misc: pep8 happiness
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioLuporini committed Jun 17, 2024
1 parent 78c27ce commit ece1d19
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/test_adjoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ class TestAdjoint:
('layers-viscoacoustic', (20, 25), 'maxwell', 4, 2, viscoacoustic_setup),
('layers-viscoacoustic', (20, 25), 'maxwell', 2, 2, viscoacoustic_setup),
# 3D Deng Mcmechan Viscoacoustic tests with varying space and equation orders
('layers-viscoacoustic', (20, 25, 20), 'maxwell', 4, 1, \
viscoacoustic_setup),
('layers-viscoacoustic', (20, 25, 20), 'maxwell', 2, 1, \
viscoacoustic_setup),
('layers-viscoacoustic', (20, 25, 20), 'maxwell', 4, 2, \
viscoacoustic_setup),
('layers-viscoacoustic', (20, 25, 20), 'maxwell', 2, 2, \
viscoacoustic_setup),
('layers-viscoacoustic', (20, 25, 20), 'maxwell', 4, 1,
viscoacoustic_setup),
('layers-viscoacoustic', (20, 25, 20), 'maxwell', 2, 1,
viscoacoustic_setup),
('layers-viscoacoustic', (20, 25, 20), 'maxwell', 4, 2,
viscoacoustic_setup),
('layers-viscoacoustic', (20, 25, 20), 'maxwell', 2, 2,
viscoacoustic_setup),
])
def test_adjoint_F(self, mkey, shape, kernel, space_order, time_order, setup_func):
"""
Expand Down

0 comments on commit ece1d19

Please sign in to comment.