Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8374c7f

Browse files
committed
remove windrose test
1 parent 187fad3 commit 8374c7f

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

‎cloudside/tests/test_viz.py‎

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -161,25 +161,6 @@ def test_rose(test_data):
161161
return fig
162162

163163

164-
@pytest.mark.mpl_image_compare(**IMG_OPTS)
165-
def test_windrose_short(short_data):
166-
fig, ax1, ax2 = _make_polar_fig()
167-
with warnings.catch_warnings():
168-
warnings.simplefilter("ignore")
169-
_ = viz.windRose(
170-
short_data.assign(WindSpd=short_data["WindSpd"] * 1.15),
171-
spd_units="mph",
172-
ax=ax1,
173-
spdcol="WindSpd",
174-
dircol="WindDir",
175-
)
176-
_ = viz.windRose(
177-
short_data, spdcol="WindSpd", dircol="WindDir", spd_units="kt", ax=ax2
178-
)
179-
quiet_layout(fig)
180-
return fig
181-
182-
183164
@pytest.mark.mpl_image_compare(**IMG_OPTS)
184165
def test_rose_short(short_data):
185166
fig, ax1, ax2 = _make_polar_fig()

0 commit comments

Comments
 (0)