-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix internal bug on fit re-tries in
HillCurve
(#51)
Internally, when a fit fails in the first try, `HillCurve` is supposed to retry with alternative optimization strategies. However, there was a bug in this code that threw an error, now is fixed.
- Loading branch information
Showing
4 changed files
with
200 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
__author__ = "Jesse Bloom" | ||
__email__ = "[email protected]" | ||
__version__ = "1.1.0" | ||
__version__ = "1.1.1" | ||
__url__ = "https://github.com/jbloomlab/neutcurve" | ||
|
||
from neutcurve.curvefits import CurveFits # noqa: F401 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.