Closed nscolonna closed 2 weeks ago
Hello @nscolonna! Thanks for updating this PR.
tests/helpers/patches/_benchmark.py
:Line 115:121: E501 line too long (124 > 120 characters)
tests/helpers/patches/_mock.py
:Line 162:121: E501 line too long (255 > 120 characters) Line 174:121: E501 line too long (221 > 120 characters)
Apparently setting the locale to en_US.UTF8 or es_US.utf8 works on my machine but not on the one the CI tests are run. Do not know how to solve this ... Otherwise this PR is ready to be reviewed and merged
@nscolonna I have brought this PR up-to-date with master. The bugfix that the original PR sought to solve was actually fixed by #220 but this PR still adds the CrI3 tutorial so we still want to merge it. I have changed the title accordingly.
Thanks! sounds good!
np.max
does not work with lists of list with different shape. Fixed