test(tests/approx8Test): added dot viz output
This commit is contained in:
@@ -86,6 +86,7 @@ TEST_F(approx8Test, reaclib) {
|
||||
netIn.dt0 = 1e12;
|
||||
|
||||
GraphNetwork network(composition);
|
||||
network.exportToDot("Test.dot");
|
||||
NetOut netOut;
|
||||
netOut = network.evaluate(netIn);
|
||||
std::cout << netOut << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user