Skip to content

Commit

Permalink
Fixes #57: updated step 5 so that the helpers can test adequately
Browse files Browse the repository at this point in the history
  • Loading branch information
JimCircadian committed Jan 4, 2024
1 parent ba94a31 commit 4a931e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
.sass-cache
__pycache__
_site
test.png
2 changes: 1 addition & 1 deletion helper_lesson_check.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ conda create -n pyaos-lesson jupyter xarray cmocean
5. Run the final version of the script that participants will develop throughout the workshop:

```
(pyaos-lesson) $ python code/plot_precipitation_climatology_final.py data/pr_Amon_ACCESS1-3_historical_r1i1p1_200101-200512.nc Jan test.png
(pyaos-lesson) $ python code/plot_precipitation_climatology_final.py data/pr_Amon_ACCESS-ESM1-5_historical_r1i1p1f1_gn_201001-201412.nc DJF test.png
```

It should produce an image file (`test.png`) as well as a log of command line entries (`test.txt`).

0 comments on commit 4a931e3

Please sign in to comment.