Skip to content

Commit

Permalink
Merge pull request #361 from tritemio/master
Browse files Browse the repository at this point in the history
Docs: remove no longer true note
  • Loading branch information
newville authored Jul 26, 2016
2 parents 9bd8b53 + 9f283eb commit 7fa2388
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lmfit/minimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,6 @@ class MinimizerResult(object):
bic : float
Bayesian Information Criterion statistic.
Notes
-----
Additional attributes not listed above may be present, depending on the
specific solver. Since this class is essentially a subclass of dict
with attribute accessors, one can see which attributes are available
using the `keys()` method.
"""
def __init__(self, **kws):
for key, val in kws.items():
Expand Down

0 comments on commit 7fa2388

Please sign in to comment.