You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error should not happen when running the next process graph
py4j.protocol.Py4JJavaError: An error occurred while calling o1739.expressionEnd.
: java.lang.ClassCastException: class java.util.HashMap cannot be cast to class java.lang.Number (java.util.HashMap and java.lang.Number are in module java.base of loader 'bootstrap')
at org.openeo.geotrellis.OpenEOProcessScriptBuilder.linearScaleRangeFunction(OpenEOProcessScriptBuilder.scala:1125)
at org.openeo.geotrellis.OpenEOProcessScriptBuilder.expressionEnd(OpenEOProcessScriptBuilder.scala:1055)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
This process graph will not give the expected result, because running min and max over a single value will just yield that value. So the first problem to solve would be computing an acutal min/max over a full data cube.
This error should not happen when running the next process graph
The text was updated successfully, but these errors were encountered: