SpikeInterface / spikeinterface

A Python-based module for creating flexible and robust spike sorting pipelines.
https://spikeinterface.readthedocs.io
MIT License
524 stars 187 forks source link

Full tests failing on main. Curation tests responsably #1530

Closed h-mayorquin closed 1 year ago

h-mayorquin commented 1 year ago

This has been failing for a couple of days now: https://github.com/SpikeInterface/spikeinterface/actions/runs/4678057825/jobs/8286320991

I think this cuaration tests has failed before. It seems that it can't connect or download the correct file.

FAILED src/spikeinterface/curation/tests/test_sortingview_curation.py::test_gh_curation - Exception: Could not retrieve curation from SortingView uri: gh://SpikeInterface/spikeinterface/master/spikeinterface/curation/tests/sv-sorting-curation.json
= 1 failed, 465 passed, 24 skipped, 41 deselected, 92 warnings in 4018.36s (1:06:58) =

@alejoe91 I think that you modified this recently, I don't know the curation module well, any idea of what this could be?

alejoe91 commented 1 year ago

Yes, making a PR now ;)