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

Increase Test Coverage of Visualization Modules #385

Closed
JosephCottam opened this issue Oct 3, 2023 · 1 comment
Closed

Increase Test Coverage of Visualization Modules #385

JosephCottam opened this issue Oct 3, 2023 · 1 comment
Assignees
Labels

Comments

@JosephCottam
Copy link
Contributor

The individual visualizations are not exercising a lot of some plot functionality.
We need to bring the test coverage up by either removing code or extending tests to cover more cases.

Coverage as-of 3Oct2023:
src/pyciemss/visuals/barycenter.py: 14%
src/pyciemss/visuals/calibration.py: 25%
src/pyciemss/visuals/checks.py: 91%
src/pyciemss/visuals/graphs.py: 20%
src/pyciemss/visuals/histogram.py: 100%
src/pyciemss/visuals/plots.py: 90%
src/pyciemss/visuals/trajectories.py: 61%
src/pyciemss/visuals/vega.py: 84%

@SamWitty
Copy link
Contributor

Closed as covered by #469

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

No branches or pull requests

3 participants