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 noticed below code lines (especially the 83-th line) on the test code are a little suspectable for me.
To be exact, size_t x = 0; x < tensor.shape(1); ++x will be correct.
Please sorry if something is wrong, thank you.
Thank you for your great job. I'm enjoying your tools as combining the OpenCV framework like below repository.
It seems a very kind and sophisticated tool at least for me.
https://github.com/yuki-inaho/nanobind_opencv_exercise
Suspectable lines (for me)
I noticed below code lines (especially the 83-th line) on the test code are a little suspectable for me.
To be exact,
size_t x = 0; x < tensor.shape(1); ++x
will be correct.Please sorry if something is wrong, thank you.
nanobind/tests/test_tensor.cpp
Lines 79 to 87 in 43a96c5
The text was updated successfully, but these errors were encountered: