Skip to content

Commit

Permalink
FIX: Update test_plotting.py for new syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Nov 29, 2023
1 parent 5de5ce1 commit e3c9023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act/tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@ def test_scatter():

@pytest.mark.mpl_image_compare(tolerance=30)
def test_secondary_y():
ds = act.io.armfiles.read_netcdf(sample_files.EXAMPLE_MET1)
ds = act.io.arm.read_arm_netcdf(sample_files.EXAMPLE_MET1)
display = act.plotting.TimeSeriesDisplay(ds, figsize=(10, 6))
display.plot('temp_mean', match_line_label_color=True)
display.plot('rh_mean', secondary_y=True, color='orange')
Expand Down

0 comments on commit e3c9023

Please sign in to comment.