Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 051e734

Browse files
committed
Update notebook
1 parent d03f5e7 commit 051e734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/demo_prepare.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@
154154
"imaging.Segmentation.populate(**populate_settings)\n",
155155
"imaging.Fluorescence.populate(**populate_settings)\n",
156156
"imaging.Activity.populate(**populate_settings)\n",
157-
"imaging_report.ScanLevelReport.populate()\n",
158-
"imaging_report.TraceReport.populate()"
157+
"imaging_report.ScanLevelReport.populate(**populate_settings)\n",
158+
"imaging_report.TraceReport.populate(**populate_settings)"
159159
]
160160
}
161161
],

0 commit comments

Comments
 (0)