Skip to content

Commit e022851

Browse files
authored
Remove the unused psconvert test test_psconvert_int_options (GenericMappingTools#1435)
1 parent ebbb0cc commit e022851

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pygmt/tests/test_psconvert.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,6 @@ def test_psconvert_twice():
3838
os.remove(fname)
3939

4040

41-
def test_psconvert_int_options():
42-
"""
43-
psconvert handles integer options well.
44-
"""
45-
fig = Figure()
46-
fig.basemap(R="10/70/-3/8", J="X4i/3i", B="a")
47-
prefix = "test_psconvert_int_options"
48-
fig.psconvert(F=prefix, E=100, T="g", I=True)
49-
assert os.path.exists(prefix + ".png")
50-
os.remove(prefix + ".png")
51-
52-
5341
def test_psconvert_aliases():
5442
"""
5543
Use the aliases to make sure they work.

0 commit comments

Comments
 (0)