SimVascular / svZeroDSolver

A C++ lumped-parameter solver for blood flow and pressure in hemodynamic networks
https://simvascular.github.io/documentation/rom_simulation.html#0d-solver
Other
7 stars 20 forks source link

The tests for svZeroDVisualization are failing #133

Closed menon-karthik closed 1 month ago

menon-karthik commented 1 month ago

Description

The test for svZeroDVisualization reads in the json input files from tests/cases, creates a dot file (which is used to visualize the model as a directed graph) for each case, and then compares the generated dot files with saved dot files (which are the reference/ground truth). If the two files are different, the test fails.

For some reason, this worked fine when #123 was merged, but has been failing for subsequent pull requests that do not modify anything related to svZeroDVisualization.

Reproduction

This is being reproduced in all current pending PRs.

Expected behavior

The tests should be passing when a new PR does not modify any code related to svZeroDVisualization.

Additional context

No response

Code of Conduct