From 9f283eb40448983efa8a862243354927ed17694f Mon Sep 17 00:00:00 2001 From: Antonino Ingargiola Date: Tue, 26 Jul 2016 00:16:22 +0200 Subject: [PATCH] Docs: remove no longer true note --- lmfit/minimizer.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lmfit/minimizer.py b/lmfit/minimizer.py index 5fc2142f2..1ebbe5f24 100644 --- a/lmfit/minimizer.py +++ b/lmfit/minimizer.py @@ -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():