Skip to content

Commit

Permalink
FIX: Fix for example needing to be updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Nov 29, 2023
1 parent e3c9023 commit 0b30356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plotting/plot_secondary_y.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import xarray as xr

# Read in the data from a MET file
ds = act.io.armfiles.read_netcdf(act.tests.EXAMPLE_MET1)
ds = act.io.arm.read_arm_netcdf(act.tests.EXAMPLE_MET1)

# Plot temperature and relative humidity with RH on the right axis
display = act.plotting.TimeSeriesDisplay(ds, figsize=(10, 6))
Expand Down

0 comments on commit 0b30356

Please sign in to comment.