Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 22, 2024
1 parent 281df90 commit 1d1582d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diffpy/srmise/peaks/gaussian.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1d1582d

Please sign in to comment.