Chris Barnes

Results 269 comments of Chris Barnes
trafficstars

All neurophyla instances are updated to `dev`.

You have the "only positive scores" box checked, which might explain the zeros - depending on other factors, you could easily be getting negative scores, which don't have any special...

Could you check your version of networkx? `path/to/catmaid/env/python -c "import networkx; print(networkx.__version__)"`. I'd expect that error if the version is 2. You may need to update your environment, which, as...

Yes please, if you report an issue and then fix it yourself do follow up with how, for the next person!

So how does this work when we just get JSON back? Not all numbers in the response will want to be ints, obviously. The frontend needs to know the type...

The two instances used in this issue and #2149 are now on dev (`2020.02.15-1174-ga37f9a224`); worth checking they can still be reproduced.

Simple half-solution (as emailing directly from the instance may or may not be possible based on configuration) is a management command to list (and filter) users, including their email addresses,...

For future-proofing, we could have one example project with a very small image stack which lives inside the git repo - that wouldn't change so it'd be a one-time download...

Current flow is looking like: 1. Create a queue by annotating skeletons with "rq:" 2. Open the Reconstruction Queue widget and type "" into the search box. May autocomplete. 3....

I don't think any of those 404s are related: - websockets are optional, and are not set up for the lsm instance - source maps are just the dev tools...