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
max() returns RuntimeException when array is all zeros [0,0,0] or when the first value in the array is zero [0, 355].
If the array is [355,0] it works.
This is the error I am getting .
RuntimeException RuntimeException: Argument 0 of max encountered a type mismatch in sequence: null, number
mtdowling->jmespath.php->src->FnDispatcher->fn_max()
The text was updated successfully, but these errors were encountered:
max() returns RuntimeException when array is all zeros [0,0,0] or when the first value in the array is zero [0, 355].
If the array is [355,0] it works.
This is the error I am getting .
RuntimeException RuntimeException: Argument 0 of max encountered a type mismatch in sequence: null, number
mtdowling->jmespath.php->src->FnDispatcher->fn_max()
The text was updated successfully, but these errors were encountered: