test(tests/approx8Test): added dot viz output

This commit is contained in:
2025-06-21 05:04:37 -04:00
parent 1cd0176b01
commit cc4caecbfc

View File

@@ -86,6 +86,7 @@ TEST_F(approx8Test, reaclib) {
netIn.dt0 = 1e12; netIn.dt0 = 1e12;
GraphNetwork network(composition); GraphNetwork network(composition);
network.exportToDot("Test.dot");
NetOut netOut; NetOut netOut;
netOut = network.evaluate(netIn); netOut = network.evaluate(netIn);
std::cout << netOut << std::endl; std::cout << netOut << std::endl;