Skip to content

Commit

Permalink
remove directory from example noteboooks
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenVm committed Nov 22, 2023
1 parent 20dbe5a commit 5d5c91f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,7 @@
" npix_y = 240,\n",
" x_unit = units.au,\n",
" v_unit = units.km / units.s,\n",
" method = 'nearest',\n",
" directory = 'images'\n",
" method = 'nearest'\n",
")"
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,7 @@
" npix_x = 240,\n",
" npix_y = 240,\n",
" x_unit = units.au,\n",
" v_unit = units.km / units.s,\n",
" directory = 'images'\n",
" v_unit = units.km / units.s\n",
")"
]
},
Expand Down

0 comments on commit 5d5c91f

Please sign in to comment.