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
Based on tests: MunkresTest.replace_infinites_4x4Case001_Success, MunkresTest.replace_infinites_4x4Case002_Success, MunkresTest.replace_infinites_4x4Case003_Success and MunkresTest.replace_infinites_4x4Case004_Success result of function replace_infinites is wrong.
It is looks like real bug (when determined min it not checked on equality to infinity, so max became infinity).
The text was updated successfully, but these errors were encountered:
Code coverage report generated by gcovr contains redundant data (from
the tests and googletest directories), as result the report inaccurate.
Issue: saebyn#12.
Signed-off-by: Gluttton <[email protected]>
Gluttton
added a commit
to Gluttton/munkres-cpp
that referenced
this issue
Sep 10, 2020
Add run-time tests for adapters assignment operators and constructors to
improve a coverage metric.
Issue: saebyn#12.
Signed-off-by: Gluttton <[email protected]>
Based on tests:
MunkresTest.replace_infinites_4x4Case001_Success
,MunkresTest.replace_infinites_4x4Case002_Success
,MunkresTest.replace_infinites_4x4Case003_Success
andMunkresTest.replace_infinites_4x4Case004_Success
result of functionreplace_infinites
is wrong.It is looks like real bug (when determined
min
it not checked on equality toinfinity
, somax
becameinfinity
).The text was updated successfully, but these errors were encountered: