Skip to content

Commit

Permalink
Complete Cartis Roberts benchmark set (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
segsell authored Mar 21, 2023
1 parent bea7abb commit 3ac4dfb
Show file tree
Hide file tree
Showing 5 changed files with 3,150 additions and 59 deletions.
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ignore:
- release.py
- setup.py
- estimagic/tests/**/*
- src/estimagic/benchmarking/cartis_roberts.py
- src/estimagic/optimization/subsolvers/bntr_fast.py
- src/estimagic/optimization/subsolvers/_trsbox_fast.py
- src/estimagic/optimization/subsolvers/_conjugate_gradient_fast.py
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ filterwarnings = [
"ignore:indexing past lexsort depth may impact performance.",
"ignore:Method .ptp is deprecated and will be removed in a future version. Use numpy.ptp instead.",
"ignore:In a future version of pandas all arguments of concat except for the argument 'objs' will be keyword-only",
"ignore:Only a subset of the cartis_roberts",
"ignore:Please use `MemoizeJac` from the `scipy.optimize` namespace",
"ignore:Some algorithms did not converge. Their walltime has been set to a very high value instead of infinity because Timedeltas do notsupport infinite values",
"ignore:In a future version, the Index constructor will not infer numeric dtypes when passed object-dtype sequences",
Expand Down
Loading

0 comments on commit 3ac4dfb

Please sign in to comment.