ZGIS / semantique

Semantic Querying in Earth Observation Data Cubes
https://zgis.github.io/semantique/
Apache License 2.0
16 stars 6 forks source link

Mode reducer fails #32

Closed luukvdmeer closed 1 year ago

luukvdmeer commented 1 year ago

The mode reducer does not work anymore, probably due updated behaviour in scipy.

luukvdmeer commented 1 year ago

This is fixed now with the commits referenced above

luukvdmeer commented 1 year ago

This is the release in which the old behaviour of the mode reducer is changed: https://docs.scipy.org/doc/scipy/release/1.11.0-notes.html Note also that the mode reducer does not work anymore on non-numeric data, guess there is nothing we can do about that

In scipy.stats.mode, the default value of keepdims is now False, and support for non-numeric input has been removed.