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
I'm encountering a ValueError when calling esig.stream2sig() on a NumPy array of shape (499, 2).
The error message is:
ValueError: Error occurred in /project/roughpy/src/streams/lie_increment_stream.cpp at line 183 (pybind11::object lie_increment_stream_from_increments(...)): mismatch between number of rows in data and number of indices
Summary
I'm encountering a
ValueError
when callingesig.stream2sig()
on a NumPy array of shape(499, 2)
.The error message is:
ValueError: Error occurred in /project/roughpy/src/streams/lie_increment_stream.cpp at line 183 (pybind11::object lie_increment_stream_from_increments(...)): mismatch between number of rows in data and number of indices
However,
(498, 2)
or(501, 2)
works fine.Steps to Reproduce
The text was updated successfully, but these errors were encountered: