Skip to content

Commit c35bc6b

Browse files
committed
IVS_NewExperimentWithCacheAndAutoloader: Enable cache across experiments again
This reverts commit 3ecf2cd (MIES_IVSCC.ipf: Disable cache across new experiments [1], 2025-12-02). Fixed in the previous commit.
1 parent c6aa414 commit c35bc6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Packages/MIES/MIES_IVSCC.ipf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,8 @@ End
399399

400400
Function IVS_NewExperimentWithCacheAndAutoloader()
401401

402-
// disabling cache for now
402+
Execute/P/Q "BackupCacheWaves()"
403403
Execute/P/Q "NEWEXPERIMENT "
404+
// restoring is done in IgorStartOrNewHook
404405
Execute/P/Q "CONF_AutoLoader()"
405406
End

0 commit comments

Comments
 (0)