Gregory Lee

Results 318 comments of Gregory Lee

Yes, I can make a PR to allow names like `metabolite`. The intention was not to prevent these, so I think we just need to fix it in the next...

Hi @zndr27, thanks for checking in. I just made a PR with a fix today (#1123). I think a v2.13 release is planned to happen fairly soon, so hopefully it...

> if we previously save the tractogram as a numpy array (numpy.save()) and then load it with numpy.load(). But in this case, the streamlines must be resampled to a fixed...

I cannot reproduce locally with current SciPy master. I suspect this was fixed by the improvements to modes 'nearest' and 'constant' that were merged ~14 hours ago in scipy/scipy#12776. If...

Circle CI failure here should be resolved by https://github.com/scikit-image/scikit-image/pull/6528

@stefanv, on which platform are you seeing the issue? I wonder if `pip install -e . --config-settings editable_mode=strict` works [suggested here(https://github.com/pypa/setuptools/issues/3557#issuecomment-1226582406)]?

closing in favor of just having a simple upper pin at the current version of setuptools (65.5) in #6519.

Thanks @newcomertzc. I am also not sure if the fix here outweighs the backwards-incompatible values. Given that we always returned normalized floats, we are already not consistent with the corresponding...

> @grlee77 sorry for being shameless and poking you directly but do you have an idea? Unfortunately, `skimage.graph` is one of the modules I am least familiar with (in terms...