AI4S2S / s2spy

A high-level python package integrating expert knowledge and artificial intelligence to boost (sub) seasonal forecasting
https://ai4s2s.readthedocs.io/
Apache License 2.0
20 stars 7 forks source link

Prospector does not work with newest pylint version #141

Closed BSchilperoort closed 1 year ago

BSchilperoort commented 1 year ago

I had to pin the pylint version to avoid prospector crashing. Apparently it has been fixed, but not yet released (https://github.com/PyCQA/prospector/pull/530). This issue is here as a reminder to unpin the pylint version once prospector puts out a new release.

BSchilperoort commented 1 year ago

Fixed with the new release of prospector, however that one has broken the "[with_*]" extras installation option.