From 1d1582d8957d9cc916cde5e7e66cd11e09838bfd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 04:17:48 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit hooks --- src/diffpy/srmise/peaks/gaussian.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diffpy/srmise/peaks/gaussian.py b/src/diffpy/srmise/peaks/gaussian.py index 9f10774..0a51716 100644 --- a/src/diffpy/srmise/peaks/gaussian.py +++ b/src/diffpy/srmise/peaks/gaussian.py @@ -206,7 +206,6 @@ def scale_at(self, pars, x, scale): return tpars def _jacobianraw(self, pars, r, free): - """Compute the Jacobian of a width-limited Gaussian function. This method calculates the partial derivatives of a Gaussian function @@ -411,6 +410,7 @@ def max(self, pars): import matplotlib.pyplot as plt from numpy.random import randn + from diffpy.srmise.modelcluster import ModelCluster from diffpy.srmise.modelevaluators.aicc import AICc from diffpy.srmise.peaks.base import Peaks