Jake Pennington
Jake Pennington
@yyyaaaaaaa Your probe map is very different from what Kilosort was designed for, so there are a lot of reasons why it could be slower now. In particular, it's going...
If it's running slower on the same version (i.e. it was fast on 4.0.6 before, but now it's slow on 4.0.6) and you didn't change any parameters, then that sounds...
Thanks, I'll get the links fixed. Fixing the logo might be more difficult, I'm not sure why it isn't caching it. I'll look into it.
Thanks for this. Yes, please open a pull request and I'll make tweaks if needed. I'm aware of the recommendation to not use the root logger, but I was unable...
The same log needs to be generated whether run through the GUI or using the API.
As for GUI-specific errors, it would be most convenient if they go in the same log, but they could also go in a separate log if it makes things difficult....
Are you saying we would change every `logger.debug(...)` call to something like this? ``` set_propagate(False) # pseudo-code logger.debug(...) set_propagate(True) ``` If so, I would rather not use that work-around. It...
Sorry for the delayed response, I've been busy working on other problems. Yes, that looks like it does what it would need to do.
Hello again, I ended up adjusting the way we're handling logging in the most recent commit to deal with a separate issue, and figured out the missing piece for getting...
If you still encounter problems with the new version, let us know and we can re-open the issue.