Skip to content

Commit

Permalink
demos_refactor: demo_onacid file load fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pgunn committed Mar 8, 2024
1 parent ee2c2cb commit d65fbfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demos/general/demo_OnACID.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def main():

if not opts.data['fnames']: # Set neither by CLI arg nor through JSON, so use default data
fnames = [os.path.join(caiman_datadir(), 'example_movies', 'demoMovie.tif')]
opts.change_params({"data": {"fnames": fnames}})

# If you want to break into an interactive console session, move and uncomment this wherever you want in the code
# (and uncomment the code import at the top)
Expand Down

0 comments on commit d65fbfe

Please sign in to comment.