Skip to content

Commit

Permalink
Update plot_csv_resolve_to_netcdf.ipynb
Browse files Browse the repository at this point in the history
modify how we call read_netcdf
  • Loading branch information
bminsley authored Nov 27, 2023
1 parent 8b04524 commit edb95d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
},
"outputs": [],
"source": [
"new_survey = Survey().read_netcdf(d_out)\n\n# Check the Survey information\nprint(new_survey.xarray)"
"new_survey = Survey.read_netcdf(d_out)\n\n# Check the Survey information\nprint(new_survey.xarray)"
]
},
{
Expand Down Expand Up @@ -166,4 +166,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit edb95d3

Please sign in to comment.