Anne Heimes

Results 65 comments of Anne Heimes

we decided to add the following rules: In progress: - "FIX": Code should not contain FIXME, TODO, etc. #687 - "ERA": No commented out code #686 - "NPY": Check all...

i guess its done

I would also go for an ``keepdims`` parameter.

Yes you are right, I also think it should keep its cshapes. mutliplication of numpy arrays does the same. the problem is just the backwards compability. Another option would be...

the ``r"""`` is based on https://docs.astral.sh/ruff/rules/escape-sequence-in-docstring. It should be ``r"""`` if there are e.g. backslashes in the docstring @sikersten

fixed all maths in doc, ready to review

- runtime: - pytest ~ 4 mins - pytest with coverage ~7mins, the html build just takes a few secs - I have removed all unnessesary installs within circleci (the...

netCDF4 fails as well lacally: https://github.com/Unidata/netcdf4-python/issues/1365

semms like python 3.13 is supported now!