Skip to content

Commit

Permalink
Edit test_rose_no_sectors to remove single quotes from title
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Sep 7, 2021
1 parent 707745f commit 03e4308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pygmt/tests/baseline/test_rose_no_sectors.png.dvc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
outs:
- md5: 8e1c47b1cf6001dad3b3c0875af4562e
size: 150390
- md5: ce2d5cd1415b7c7bbeea5bf6ff39c480
size: 150288
path: test_rose_no_sectors.png
2 changes: 1 addition & 1 deletion pygmt/tests/test_rose.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_rose_no_sectors(data_fractures_compilation):
region=[0, 500, 0, 360],
diameter="10c",
labels="180/0/90/270",
frame=["xg100", "yg45", "+t'Windrose diagram'"],
frame=["xg100", "yg45", "+tWindrose diagram"],
pen="1.5p,red3",
transparency=40,
scale=0.5,
Expand Down

0 comments on commit 03e4308

Please sign in to comment.