Matrix now just does the dumping but I need to make this more formal I think.
This commit is contained in:
parent
eb0ca38e30
commit
56b26e1c4a
9 changed files with 44 additions and 33 deletions
|
@ -48,8 +48,8 @@ TEST_CASE("dijkstra algo test", "[map]") {
|
|||
|
||||
if(paths != expected) {
|
||||
println("ERROR! ------");
|
||||
dump_map("EXPECTED", expected);
|
||||
dump_map("RESULT", paths);
|
||||
matrix_dump("EXPECTED", expected);
|
||||
matrix_dump("RESULT", paths);
|
||||
}
|
||||
|
||||
REQUIRE(map.INVARIANT());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue