Describe the bug
At runtime without optimizations I am running into this error 1/3 times.
I am building on iOS. Maybe this is a timing issue with library initialization?
terminating with uncaught exception of type std::runtime_error: File: /opt/homebrew/opt/numcpp/include/NumCpp/NdArray/NdArrayIterators.hpp
Function: NdArrayConstIterator
Line: 70
Error: NdArray has not been initialized.
Describe the bug At runtime without optimizations I am running into this error 1/3 times. I am building on iOS. Maybe this is a timing issue with library initialization?
terminating with uncaught exception of type std::runtime_error: File: /opt/homebrew/opt/numcpp/include/NumCpp/NdArray/NdArrayIterators.hpp Function: NdArrayConstIterator Line: 70 Error: NdArray has not been initialized.
To Reproduce
Expected behavior Expected that it does not crash because of that issue
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.