Skip to content

Commit

Permalink
ENH: Updating plot/test
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTheisen committed Dec 21, 2023
1 parent cc8da79 commit 57510b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified act/tests/plotting/baseline/test_plot_barbs_from_u_v.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion act/tests/plotting/test_timeseriesdisplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def test_assessment_overplot_multi():
def test_plot_barbs_from_u_v():
sonde_ds = act.io.arm.read_arm_netcdf(sample_files.EXAMPLE_TWP_SONDE_WILDCARD)
BarbDisplay = TimeSeriesDisplay({'sonde_darwin': sonde_ds})
BarbDisplay.plot_barbs_from_u_v('u_wind', 'v_wind', 'pres', num_barbs_x=20, day_night_background=True)
BarbDisplay.plot_barbs_from_u_v('u_wind', 'v_wind', 'pres', num_barbs_x=20)
sonde_ds.close()
try:
return BarbDisplay.fig
Expand Down

0 comments on commit 57510b6

Please sign in to comment.