Philipp Schlegel
Philipp Schlegel
I now ripped out all navis-related stuff and made it so it can actually be imported. Not sure how much of a vision you have for this and if you...
🤦 I had actually been looking at your repos to check whether you had already made a start but must have missed this one. What I would suggest is this:...
Looking more at your prototype, I see now that it is indeed very light (no H5 or CMTK transforms, minimal bridging capabilities). Do you prefer to keep it that way?...
I ended up writing a `segment_analysis` function which returns Strahler index plus a bunch of other metrics for each linear segment (see d0590cc8d7bfdf77c09435d7a47a201e7e0670ea). ```python >>> import navis >>> n =...
Yeah can add that too! The order is the same as `n.small_segments` so you could get them like this: ```python >>> sa['first_node'] = [seg[0] for seg in n.small_segments] >>> sa['last_node']...
Yes context manager + making a copy of the array would solve that issue. I was thinking mostly of scenarios where the NBLAST score matrix is almost larger than the...
Had a look at `shared-ndarray2`: this would reduce the boiler plate a little but under the hood it does the same as the current code, I think. More importantly: what...
For what it's worth: the main hold up was reticulate catching up and it is now at least using 3.8 - I think they also made it easy to install...
Nice! Wait... so what are they running their tests against now?
Started implementing with 666df6346056633706a3cc398b9a58c2b6d2cbee