Skip to content

Commit

Permalink
fix: numpy ragged array error (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajberdy authored Jan 4, 2023
1 parent 56965da commit bf177a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(np.array([1])),
(np.array([0, 1, 2])),
(np.array([[0, 1], [1, 2], [3, 4]])),
(np.array([[0, 1, 2], [2, 3]])),
(np.array([[0, 1, 2], [2, 3]], dtype=object)),
(np.array([[0, 1, 2], [3, 4, 5], [6, 7, 8]])),
]

Expand Down

0 comments on commit bf177a4

Please sign in to comment.