Phil
Results
2
issues of
Phil
**Describe the bug** curation_label and merge_groups should be optional in generate_curation_uri **To Reproduce** in figurl_curation, call generate_curation_uri(). Have the nwbfile file not have curation_label and merge_groups, as in the [tutoial](https://lorenfranklab.github.io/spyglass/latest/notebooks/10_Spike_SortingV1/)....
enhancement
spike sorting
If I do something like this - ``` from mtrf.stats import crossval tmin, tmax = 0, 0.4 # range of time lag regularization = 1000 # regularization parameter lambda r_fwds...