File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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###################################################################################################
Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ def test_debug():
427427
428428def 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
You can’t perform that action at this time.
0 commit comments