Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Aug 12, 2023
1 parent e346f9f commit 86bc28a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ ignore:
- src/estimagic/optimization/subsolvers/_conjugate_gradient_fast.py
- src/estimagic/optimization/subsolvers/_steihaug_toint_fast.py
- src/estimagic/optimization/subsolvers/gqtpar_fast.py
- src/estimagic/optimization/tranquilo/clustering.py
2 changes: 1 addition & 1 deletion src/estimagic/optimization/tranquilo.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from functools import partial
from estimagic.decorators import mark_minimizer

tranquilo = mark_minimizer(
tranquilo_scalar = mark_minimizer(
func=partial(_tranquilo, functype="scalar"),
name="tranquilo_scalar",
primary_criterion_entry="value",
Expand Down

0 comments on commit 86bc28a

Please sign in to comment.