Skip to content

Commit

Permalink
Plot_ceil fix for now (#602)
Browse files Browse the repository at this point in the history
* ENH: Fixing document build error

* ENH: Removing print statement

* ENH: trying a better fix here

* ENH: Fix for the plot example

Co-authored-by: Adam Theisen <atheisen@Durecho.local>
  • Loading branch information
AdamTheisen and Adam Theisen committed Dec 29, 2022
1 parent 21ef45f commit c526beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plotting/plot_ceil.py
Expand Up @@ -21,7 +21,7 @@
ceil_ds = act.io.armfiles.read_netcdf(act.tests.sample_files.EXAMPLE_CEIL1, engine='netcdf4')
else:
# Example to show how easy it is to download ARM data if a username/token are set
results = act.discovery.download_data(username, token, 'sgpceilC1.b1', '2017-01-14', '2017-01-19')
results = act.discovery.download_data(username, token, 'sgpceilC1.b1', '2022-01-14', '2022-01-19')
ceil_ds = act.io.armfiles.read_netcdf(results)

ceil_ds = act.corrections.ceil.correct_ceil(ceil_ds, -9999.0)
Expand Down

0 comments on commit c526beb

Please sign in to comment.