Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
odespard committed Aug 30, 2024
1 parent 2cb08de commit 2cfd6f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit_tests/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -964,12 +964,14 @@ def test_configurability():
"maximal_decrease": 0.4,
"favour_narrower_optimum": True,
"maximum_decrease_from_maximum": 0.3,
"perform_golden_section_search": False,
},
"ms2_error": {
"automatic_update_percentile_range": 0.80,
"targeted_update_percentile_range": 0.995,
"targeted_update_factor": 1.2,
"favour_narrower_optimum": False,
"perform_golden_section_search": False,
},
}
)
Expand Down

0 comments on commit 2cfd6f5

Please sign in to comment.