Skip to content

Commit

Permalink
chore: Fix mistake in netcdf notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisjared committed Sep 12, 2023
1 parent ffa0d24 commit bea7bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/notebooks/netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def new_timeseries(
# %%

multi_dim_loaded_co2_conc = ScmRun.from_nc(multi_dim_outfile).filter(
"Atmospheric Concentrations|CO2"
variable="Atmospheric Concentrations|CO2"
)

seaborn_df = multi_dim_loaded_co2_conc.long_data()
Expand Down

0 comments on commit bea7bff

Please sign in to comment.