We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
False
1 parent 38fdfb2 commit a4a8380Copy full SHA for a4a8380
element_array_ephys/spike_sorting/si_spike_sorting.py
@@ -239,7 +239,7 @@ class PostProcessing(dj.Imported):
239
---
240
execution_time: datetime # datetime of the start of this step
241
execution_duration: float # execution duration in hours
242
- do_si_export=1: bool # whether to export to phy
+ do_si_export=0: bool # whether to export to phy
243
"""
244
245
def make(self, key):
@@ -331,7 +331,7 @@ class SIExport(dj.Computed):
331
@property
332
def key_source(self):
333
return PostProcessing & "do_si_export = 1"
334
-
+
335
336
execution_time = datetime.utcnow()
337
0 commit comments