Justus Magin

Results 244 comments of Justus Magin

I think there are multiple concepts here: "relative angles" or orientation changes, which can describe multiple turns and can be positive or negative (clockwise and counter-clockwise, depending on the definition),...

well, that makes sense to me: `__array_function__` registers by function object, not by name, so we need to access the attribute. This is a easy fix, though: remove a single...

how about `(a / b).to("dimensionless").magnitude` or `(a / b).m_as("dimensionless")` for now? As far as I can tell `m_as` was only ever intended to be a shortcut for `.to(...).magnitude`, and I...

just for reference, it *is* possible to customize this since 0.18 if built-in formatters don't work for you. See #1422 for a example, although there might still be a bit...

for some additional reference and help: https://diataxis.fr/ (formerly https://documentation.divio.com)

originally posted in https://github.com/hgrecco/pint/pull/1375#issuecomment-903120313 by @hgrecco: > How about dividing the index? It seems too crowded. This is a proposal > > ``` > Getting started > Installation > Tutorial...

I'd assume that `xncml` has never been released (there's an issue suggesting the release of version 0.1), so obviously there's no package on PyPI. You can try installing from github:...

a local bisect in a fresh environment confirms that it is the merge of #8784 that causes the failures, but I'm not sure why CI still fails even after the...

okay, wow. The issue appears to actually be the import of `dask-expr` (for the `importorskip` in `xarray.tests`), not the code of the PR.