Skip to content

Commit c0019a2

Browse files
committed
fix jacobians test import
1 parent da5d53a commit c0019a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

specparam/tests/core/test_jacobians.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
"""Tests for fooof.core.jacobians."""
1+
"""Tests for specparam.core.jacobians."""
22

3-
from fooof.core.jacobians import *
3+
from specparam.core.jacobians import *
44

55
###################################################################################################
66
###################################################################################################

specparam/tests/objs/test_fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def test_debug():
427427

428428
def test_set_check_modes(tfm):
429429
"""Test changing check_modes using set_check_modes, and that checks get turned off.
430-
Note that testing for checks raising errors happens in test_fooof_checks.`"""
430+
Note that testing for checks raising errors happens in test_checks.`"""
431431

432432
tfm = SpectralModel(verbose=False)
433433

0 commit comments

Comments
 (0)