Mika Pflüger

Results 3 issues of Mika Pflüger

Hi, in the first paragraph, the README.rst file states: "Pymagicc itself is AGPL licensed." However, later on in the [license paragraph](https://github.com/openscm/pymagicc/blob/master/README.rst#license), it states: "The pymagicc wrapper itself is released under...

Hi, In pint 0.22, this worked: ```python3 import pint import numpy as np ureg = pint.UnitRegistry() def test_assign_nan_numpy(): ar = [1., 2.] * ureg.meter ar[0] = np.array([np.nan]) test_assign_nan_numpy() ``` However,...

Using a pre-commit config together with https://pre-commit.ci/ , we can get rid of all byte-order markers and missing newlines at the end of files and anachronistic python constructs automatically, so...