Skip to content

Commit

Permalink
Update plot_csv_resolve_to_netcdf.py
Browse files Browse the repository at this point in the history
modified how we call read_netcdf in example
  • Loading branch information
bminsley authored Nov 27, 2023
1 parent b63477a commit 9f65194
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

#%%
# Reading back in the GS NetCDF file
new_survey = Survey().read_netcdf(d_out)
new_survey = Survey.read_netcdf(d_out)

# Check the Survey information
print(new_survey.xarray)
Expand All @@ -75,4 +75,4 @@
plt.show()

# Check the model dataset
print(new_survey.tabular[1])
print(new_survey.tabular[1])

0 comments on commit 9f65194

Please sign in to comment.