Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests for graphs #25

Open
cmt2 opened this issue Nov 29, 2023 · 0 comments
Open

Fix tests for graphs #25

cmt2 opened this issue Nov 29, 2023 · 0 comments

Comments

@cmt2
Copy link
Collaborator

cmt2 commented Nov 29, 2023

Currently we run unit testing on the output of graphing functions by comparing the new output plotting object to a saved archive. This is "fragile" and tests may fail if underlying organization of the plotting object changes despite no change in the graph itself.

In particular, recent changes to scales caused instability to the tests for plotPopSize and we turned off some of the tests for that function.

We need to find better long-term solutions to testing for plotting consistency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant