Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pygmt/tests/test_grdimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def test_grdimage_imgout_fails(grid):
condition=Version(__gmt_version__) <= Version("6.5.0"),
reason="Upstream bug fixed in https://github.com/GenericMappingTools/gmt/pull/8554",
)
@pytest.mark.mpl_image_compare()
@pytest.mark.mpl_image_compare
def test_grdimage_grid_no_redundant_360():
"""
Test that global grids with and without redundant 360/0 longitude values work.
Expand Down
2 changes: 1 addition & 1 deletion pygmt/tests/test_subplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_subplot_nrows_ncols_less_than_one_error():
pass


@pytest.mark.mpl_image_compare()
@pytest.mark.mpl_image_compare
def test_subplot_outside_plotting_positioning():
"""
Plotting calls are correctly positioned after exiting subplot.
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ ignore = [
"D412", # No blank lines allowed between a section header and its content
"E501", # Avoid enforcing line-length violations
"ISC001", # Single-line-implicit-string-concatenation, conflict with formatter
"PT023", # Allow using pytest marker without parentheses
"PLR2004", # Allow any magic values
"RET504", # Allow variable assignment and return immediately for readability
"S603", # Allow method calls that initiate a subprocess without a shell
Expand Down