Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jun 13, 2024
1 parent 0b03ac1 commit 404b083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -856,9 +856,7 @@
"source": [
"import pysgrid\n",
"\n",
"url = (\n",
" \"https://tds.marine.rutgers.edu/thredds/dodsC/roms/doppio/2017_da/avg/Averages_Best_Excluding_Day1\"\n",
")\n",
"url = \"https://tds.marine.rutgers.edu/thredds/dodsC/roms/doppio/2017_da/avg/Averages_Best_Excluding_Day1\"\n",
"sgrid = pysgrid.load_grid(url)"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,7 @@
"source": [
"import xarray as xr\n",
"\n",
"url = (\n",
" \"https://tds.marine.rutgers.edu/thredds/dodsC/roms/doppio/2017_da/avg/Averages_Best_Excluding_Day1\"\n",
")\n",
"url = \"https://tds.marine.rutgers.edu/thredds/dodsC/roms/doppio/2017_da/avg/Averages_Best_Excluding_Day1\"\n",
"\n",
"ds = xr.open_dataset(url)\n",
"\n",
Expand Down

0 comments on commit 404b083

Please sign in to comment.