Philipp Schlegel

Results 165 comments of Philipp Schlegel

Mhm.... that's strange. Could you perhaps try running this: ```Python >>> from cloudvolume import CloudVolume >>> vol = CloudVolume('precomputed://gs://iarpa_microns/minnie/minnie65/seg', cache=True, use_https=True) ``` See if that throws the same error?

Ah OK. I can push a workaround for that issue to navis but will also open an issue in the `cloud-volume` repo. Will keep you posted here.

FYI: this should be fixed if you update to the newest version of `cloud-volume`.

Write up of the schema: https://github.com/flyconnectome/hnf First pass implementation with cb86f24a7f39989873d606cd8553de143b278696: ```Python navis.write_h5(navis.example_neurons(5), '~/Downloads/test.h5', serialized=True, raw=True) navis.read_h5('~/Downloads/test.h5') ``` Implementation for R: https://github.com/schlegelp/nat.hdf5 Benchmarks & proper documentation yet to come

Cool! I didn't even check if it needed to be compiled. Just came across it and thought it might be worth exploring. If it turns out to be useful, it...

@dokato: any thoughts on that? @swilson27: technically `navis` doesn't actually need `pyqt5` anymore. It's only there as a backend for `vispy` which we use for 3D plotting from the terminal....

> Could pyqt5 be moved into an optional dependency? I regularly have installation issues with it on x86 too. I was thinking about that too but just tried uninstalling my...

Hi @swilson27. Has any of the above helped you to install navis?

Yeah just keep 'em coming! > On a similar theme, there's a few if inplace: return None which could just be skipped - nothing wrong with returning the mutated input...

> Are you referring here to cut_neuron vs e.g. prune_distal_to? Ah nvm: you mean `cut_neuron` with `ret='distal'` vs `ret='proximal'` vs `ret='both'`?