Skip to content

Commit

Permalink
Update paper.md
Browse files Browse the repository at this point in the history
Fix typo in file path
  • Loading branch information
robertjwilson committed Jun 6, 2023
1 parent 0b89631 commit 09ff734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ds_clim.subset(years = range(1900, 1920))

ds_clim.tmean()

ds_present = nc.open_data("data/sst.mon.mean.nc")
ds_present = nc.open_data("sst.mon.mean.nc")

ds_present.subset(years = range(2000, 2020))

Expand Down

0 comments on commit 09ff734

Please sign in to comment.