From d65fbfe1d833ddb1583045f141d7856f837461fb Mon Sep 17 00:00:00 2001 From: Pat Gunn Date: Fri, 8 Mar 2024 11:47:30 -0500 Subject: [PATCH] demos_refactor: demo_onacid file load fix --- demos/general/demo_OnACID.py | 1 + 1 file changed, 1 insertion(+) diff --git a/demos/general/demo_OnACID.py b/demos/general/demo_OnACID.py index cd68abbd7..741b98f03 100755 --- a/demos/general/demo_OnACID.py +++ b/demos/general/demo_OnACID.py @@ -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)