Michael Aye
Michael Aye
I’m actually not sure if we want to return pathlib.Paths as that can potentially break a lot of people’s code. I was thinking as a first step we only ingest...
Considering that I so far have only seen one function (`dasonw`) where the path parameter name actually matches CSPICE, I don't think it's fair to say it's consistent as of...
ok, this just took a turn for the much more bizarre. It's **NOT** the conda channel that makes the difference, it's the environment name! This one works: ```bash conda create...
These env names work: * py3 * ve37 * py36 (both using a python3.6 and py3.7 dist in that env name) * py37_1 Only one that fails so far is...
Ok, next variable is the version of the used `npm`. Using homebrew's node v11.13.0 for all above tests where it fails. Installing the older node v10.13 from the defaults channel,...
Thanks for your feedback. How about the Otsu stuff? As they are just 1-D calculations, should that not be okay to just filter out NaNs automatically for that?
This is **NOT** the same behavior as in SublimeText, there I get PEP8 correct indenting of function parameter lists that become too long to fit on one line. Without this,...
this **IS** #53 ?
Can one not simply use the black functionality of VSCode in there?
configuring black itself doesn't work? https://black.readthedocs.io/en/stable/pyproject_toml.html