Ris-BaliRishabhB has quit [Quit: You have been kicked for being idle]
<NabanitaDash[m]>
Do we through different error messages for various OS in CI? for eg, I get an error message of ``"fatal error; see Log::Fatal output" equals: "Mat::max(): object has no
<NabanitaDash[m]>
* Do we throw different error messages for various OS in CI? for eg, I get an error message of `"fatal error; see Log::Fatal output" equals: "Mat::max(): object has no elements"` in `Linux Python` CI tests and `"Mat::max(): object has no elements"` in `MacOS Python`. Context: I was trying to play around with `REQUIRE_THROWS_WITH` in `catch.hpp`. My
<zoq[m]>
zoq[m]: Is the config file for the builds, we use `-DDEBUG=ON` for all macOS builds. But only only the Linux Plain build uses `-DDEBUG=ON` the others build with `-DDEBUG=OFF`.