Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Feb 19, 2024
1 parent 37d505a commit 13e45d3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,9 @@
"import pysgrid\n",
"\n",
"url = \"https://geoport.whoi.edu/thredds/dodsC/coawst_4/use/fmrc/coawst_4_use_best.ncd\"\n",
"url = \"http://tds.marine.rutgers.edu/thredds/dodsC/roms/doppio/2017_da/avg/Averages_Best\"\n",
"url = (\n",
" \"http://tds.marine.rutgers.edu/thredds/dodsC/roms/doppio/2017_da/avg/Averages_Best\"\n",
")\n",
"sgrid = pysgrid.load_grid(url)"
]
},
Expand Down

0 comments on commit 13e45d3

Please sign in to comment.