Skip to content

Commit

Permalink
Change order of parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Jan 8, 2025
1 parent 8ba5d05 commit a83d9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harmonica/tests/test_eq_sources_cartesian.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ def fixture_coordinates_9x9(region):
("damping", "dtype"),
[
(None, "default"),
(1e-12, "default"),
(1e-12, np.float32),
pytest.param(
None,
np.float32,
Expand All @@ -118,8 +120,6 @@ def fixture_coordinates_9x9(region):
)
),
),
(1e-12, "default"),
(1e-12, np.float32),
],
)
def test_equivalent_sources_cartesian(
Expand Down

0 comments on commit a83d9e7

Please sign in to comment.