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
[X] I agree to follow this project's Code of Conduct and Contributing Guidelines
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