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
When calling JaggedArray.transpose or JaggedList.transpose on arrays resp. lists with differently long arrays/lists inside, an exception is thrown. But this exception does not help detect the problem in a, say, long pipeline.
Throws an exception that tells the user that array/list elements are varying in length.
Actual behavior
Throws following exceptions: System.ArgumentException: The input list was empty. (Parameter 'list'), resp. System.IndexOutOfRangeException: Index was outside the bounds of the array..
The text was updated successfully, but these errors were encountered:
omaus
linked a pull request
Apr 8, 2023
that will
close
this issue
Description
When calling
JaggedArray.transpose
orJaggedList.transpose
on arrays resp. lists with differently long arrays/lists inside, an exception is thrown. But this exception does not help detect the problem in a, say, long pipeline.Repro steps
Expected behavior
Throws an exception that tells the user that array/list elements are varying in length.
Actual behavior
Throws following exceptions:
System.ArgumentException: The input list was empty. (Parameter 'list')
, resp.System.IndexOutOfRangeException: Index was outside the bounds of the array.
.The text was updated successfully, but these errors were encountered: