Skip to content

Commit

Permalink
Delete old tests of truncated normal
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Sep 11, 2023
1 parent 7700a63 commit 2989532
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/unit_tests/config/test_gen_kw_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,6 @@ def test_gen_kw_params_parsing(tmpdir, params, error):
("MYNAME LOGNORMAL 0 1", 0.3, 1.34985880757600318347),
("MYNAME LOGNORMAL 0 1", 0.7, 2.01375270747047663278),
("MYNAME LOGNORMAL 0 1", 1.0, 2.71828182845904509080),
("MYNAME TRUNCATED_NORMAL 1 0.25 0 10", -1.0, 0.75000000000000000000),
("MYNAME TRUNCATED_NORMAL 1 0.25 0 10", 0.0, 1.00000000000000000000),
("MYNAME TRUNCATED_NORMAL 1 0.25 0 10", 0.3, 1.07499999999999995559),
("MYNAME TRUNCATED_NORMAL 1 0.25 0 10", 0.7, 1.17500000000000004441),
("MYNAME TRUNCATED_NORMAL 1 0.25 0 10", 1.0, 1.25000000000000000000),
("MYNAME ERRF 1 2 0.1 0.1", -1.0, 1.00000000000000000000),
("MYNAME ERRF 1 2 0.1 0.1", 0.0, 1.84134474606854281475),
("MYNAME ERRF 1 2 0.1 0.1", 0.3, 1.99996832875816688002),
Expand Down

0 comments on commit 2989532

Please sign in to comment.