Skip to content

Commit 965f2d1

Browse files
committed
fix code headers
1 parent aa64fe3 commit 965f2d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fooof/core/jacobians.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
###################################################################################################
1313
###################################################################################################
1414

15-
## Periodic fit functions
15+
## Periodic Jacobian functions
1616

1717
def jacobian_gauss(xs, *params):
1818
"""Create the Jacobian matrix for the Gaussian function.
@@ -51,7 +51,7 @@ def jacobian_gauss(xs, *params):
5151
return jacobian
5252

5353

54-
## Aperiodic fit functions
54+
## Aperiodic Jacobian functions
5555

5656
def jacobian_expo(xs, *params):
5757
"""Create the Jacobian matrix for the exponential function.

0 commit comments

Comments
 (0)