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

Extend Input Parameters for Minimax Grid Test #24

Open
AlexBuccheri opened this issue Aug 11, 2022 · 0 comments
Open

Extend Input Parameters for Minimax Grid Test #24

AlexBuccheri opened this issue Aug 11, 2022 · 0 comments
Assignees

Comments

@AlexBuccheri
Copy link
Member

GX-TimeFrequency/test/test_gx_minimax_grid.py currently tests gx_minimax_grid using only one choice of Min/Max transtion energies, specifically (2., 30.). This can be extended to sweep some range of values using pytest's paramterize fixture.

In particular, (0,0), (1, 0), (0, 1) should be tested to check for error-handling.

Very large transition ratio should also be used.

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

2 participants