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

tests: Sanitize PEC tests #2688

Merged
merged 4 commits into from
Jun 2, 2023
Merged

tests: Sanitize PEC tests #2688

merged 4 commits into from
Jun 2, 2023

Commits on Jun 2, 2023

  1. tests/ParameterEstimationComposition: Use pytest.param id instead of …

    …fake parameter
    
    Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
    jvesely committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    411ad01 View commit details
    Browse the repository at this point in the history
  2. tests/ParameterEstimationComposition: Drop redundant return statements

    pytest.skip ends test execution
    
    Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
    jvesely committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    8ea0209 View commit details
    Browse the repository at this point in the history
  3. tests/ParameterEstimationComposition: Use full precision expected res…

    …ult instead of changing tolerance
    
    Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
    jvesely committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    36c71d0 View commit details
    Browse the repository at this point in the history
  4. tests/ParameterEstimationComposition: Skip on CUDA

    Does not work. All evaluations return the same values.
    
    Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
    jvesely committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    e9cabd3 View commit details
    Browse the repository at this point in the history