Skip to content

Commit

Permalink
Tweaks for readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Aug 7, 2018
1 parent 8f845da commit eb92735
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ notebook
numpy
scipy
plotly==2.0.10
pandas
seaborn
tables
2 changes: 1 addition & 1 deletion thunor/curve_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def aa(self, *args, **kwargs):


class HillCurveLL4(HillCurve):
max_fit_evals = 10_000
max_fit_evals = 10000

def __init__(self, popt):
super(HillCurveLL4, self).__init__(popt)
Expand Down

0 comments on commit eb92735

Please sign in to comment.