You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
When trying to load spike sorting results for all BWM sessions, the download often halts without progress (can wait very long, say over night). Is there a way to switch off that multi-threading? I suspect that to be related.
for pid in pids:
eid, probe = pid
sl = SpikeSortingLoader(eid=eid, pname=probe,
one=one_online, atlas=ba)
spikes, clusters, channels = sl.load_spike_sorting()
It prints this and that doesn't change for many hours, for example. Restarting the download fixes the issue and it quickly downloads as expected. This does not work when having a loop of 350 pids, as then most need to be manually restarted.
Hi guys,
When trying to load spike sorting results for all BWM sessions, the download often halts without progress (can wait very long, say over night). Is there a way to switch off that multi-threading? I suspect that to be related.
It prints this and that doesn't change for many hours, for example. Restarting the download fixes the issue and it quickly downloads as expected. This does not work when having a loop of 350 pids, as then most need to be manually restarted.
The text was updated successfully, but these errors were encountered: