Closed larsoner closed 1 year ago
docs/source/changes.md
Closes #748
First run of ds004229 with the default epochs_tmax=1:
ds004229
epochs_tmax=1
[13:04:08] āā“š preprocessing/_05_make_epochs Now running š [13:04:08] ā ā³ļø preprocessing/_05_make_epochs sub-102 Loading filtered raw data from sub-102_task-amnoise_proc-filt_raw.fif [13:04:09] ā ā³ļø preprocessing/_05_make_epochs sub-102 Creating task-related epochs ā¦
Next run correctly shows as cached:
[13:09:25] āā“š preprocessing/_05_make_epochs Now running š [13:09:25] ā ā preprocessing/_05_make_epochs sub-102 Computation unnecessary (cached) ā¦ [13:09:25] āā“š preprocessing/_05_make_epochs Done running š [1s]
Change tmax to 2 it correctly re-runs:
[13:17:08] āā“š preprocessing/_05_make_epochs Now running š [13:17:08] ā ā³ļø preprocessing/_05_make_epochs sub-102 Loading filtered raw data from sub-102_task-amnoise_proc-filt_raw.fif [13:17:09] ā ā³ļø preprocessing/_05_make_epochs sub-102 Creating task-related epochs ā¦
On this PR, changing back to 1 correctly re-runs:
1
[13:18:29] āā“š preprocessing/_05_make_epochs Now running š [13:18:29] ā š preprocessing/_05_make_epochs sub-102 Output file hash mismatch, will recompute ā¦ [13:18:29] ā ā³ļø preprocessing/_05_make_epochs sub-102 Loading filtered raw data from sub-102_task-amnoise_proc-filt_raw.fif [13:18:30] ā ā³ļø preprocessing/_05_make_epochs sub-102 Creating task-related epochs ā¦
Before merging ā¦
docs/source/changes.md
)Closes #748
First run of
ds004229
with the defaultepochs_tmax=1
:Next run correctly shows as cached:
Change tmax to 2 it correctly re-runs:
On this PR, changing back to
1
correctly re-runs: