Miles
Miles
I tried running through many different options. Really seems a bug in the multiframe setting
I think the issue was generated by some difference between compensate_recording and compensate_multi_ref_recording specifically with the 'output_path' option.
Issue solved by having as output_path as fullfile(pwd, outfolder).
I went through and checked all the other options. Adding 'n_references', 2, ... 'min_frames_per_reference', 30 ... Is what made the error appear. Previously I was giving the output folder name...
rerunning I now get this issue ` line 146, in _assert_all_finite raise ValueError(msg_err) ValueError: Input X contains NaN. PCA does not accept missing values encoded as NaN natively. For supervised...
