Stuart Berg

Results 58 issues of Stuart Berg

`DataFrame.progress_aggregate()` works well if given a single function: ```python In [1]: import numpy as np ...: import pandas as pd ...: from tqdm import tqdm ...: tqdm.pandas() In [2]: df...

p0-bug-critical ☢
help wanted 🙏
submodule ⊂

Of course, tiny bodies might "disappear" in the lower resolutions of our downscale pyramids. That means that their `/sparsevol` representation "doesn't exist" if you use a sufficiently high `scale` parameter....

bug
urgent

The `/supervoxel-splits` endpoint includes many duplicates. Here are two examples: ``` In [143]: dvid_splits_df.query('mutid == 1002224862') Out[143]: uuid mutid old remain split type 43 ef1da1a01c4941b6876ab77502843d0c 1002224862 5813075645 5813075647 5813075646 unknown...

bug

The `/supervoxel-splits` endpoint is supposed to mention all** of the `split` and `split-supervoxel` mutations that can be found in the kafka log, but I have a few examples from the...

bug

Apparently the `split` operation can leave behind supervoxels in the `/mapping` that should not be there (they don't exist any more, or have size 0, depending on which endpoint you...

bug
unbounded time

Is there any reason at all not to enable CORS by default, always? I know we can configure permissive CORS access in the TOML file: ```toml corsDomains = ["*"] ```...

I have a grayscale dataset in a gbucket that I uploaded with incorrect `/info`. Specifically the resolution isn't `[8,8,8]`, it's supposed to be `[12,12,12]`. According to `/api/help/uint8blk`, the `/info` endpoint...

Here is an example of a supervoxel (`1000417481`) which was split a long time ago, back in node `017ad`, but is not mentioned in the kafka log. Do we know...

If no cleaves or splits were performed on a `labelmap` instance in a given node, the `/maxlabel` endpoint does not work for that node. For instance, the `/maxlabel` endpoint works...

low priority

For various admin and auditing purposes, it would be nice if there were a way to *quickly* retrieve certain values: - The set of supervoxels in a body (without the...

enhancement