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
ERROR: Unexpected type while parsing 'ResultValues'
in distribution 'AgeDistribution' for nodeID = 1.
Expected an array of floats but detected an array.
It is correct, but not only if you really understand. Changing it to:
ERROR: Unexpected type while parsing 'ResultValues'
in distribution 'AgeDistribution' for nodeID = 1.
Expected an array of floats but detected an array of arrays.
The text was updated successfully, but these errors were encountered:
When the user has:
"ResultValues": [ [ 0.1, 0.2, 0.3 ] ]
They get a message like:
It is correct, but not only if you really understand. Changing it to:
The text was updated successfully, but these errors were encountered: