Skip to content

Commit

Permalink
update the common errors to use the new file names
Browse files Browse the repository at this point in the history
  • Loading branch information
dorchard authored Dec 14, 2023
1 parent d982c23 commit 32ec541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/common-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
If when running the data processing step, you see an error message like this:

```
$ python src/gz21_ocean_momentum/cmip26.py -85 85 -280 80 --factor 4 --ntimes 1
$ python src/gz21_ocean_momentum/cli/data.py --lat-min -80 --lat-max 80 --long-min -280 --long-max 80 --factor 4 --ntimes 1
Traceback (most recent call last):
File "/home/user/workspace/gz21_ocean_momentum/src/gz21_ocean_momentum/cmip26.py", line 90, in <module>
File "/home/user/workspace/gz21_ocean_momentum/src/gz21_ocean_momentum/cli/data.py", line 90, in <module>
patch_data, grid_data = get_patch(
^^^^^^^^^^
File "/home/user/workspace/gz21_ocean_momentum/src/gz21_ocean_momentum/data/pangeo_catalog.py", line 65, in get_patch
Expand Down

0 comments on commit 32ec541

Please sign in to comment.