[BUG]Question about helpers.cpp in version core_v0.7.0 #976
Replies: 1 comment
|
This question is actually pointing at two separate issues: one real bug risk, and one compiler warning that looks scary but is usually harmless in practice. 1. Is
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
First question:
I found a bug in the helpers.cpp file about the error_argmax variable. It was declared on line 49, but the use of it on line 61 and later may trigger the error of using it without initialized.
Second question:

And when I first compiled helpers.cpp, I encountered this phenomenon. Has anyone encountered this before? Is it a problem with the pybind11/numpy.h version?
Looking forward to your reply, thank you~
All reactions