You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
GX-TimeFrequency/test/test_gx_minimax_grid.py
currently testsgx_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.
The text was updated successfully, but these errors were encountered: