Skip to content

Commit 9d854fd

Browse files
committed
fix merge
1 parent 4a1ca34 commit 9d854fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specparam/plts/style.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def style_plot(func, *args, **kwargs):
250250
251251
To see the full set of style arguments that are supported, run the following code:
252252
253-
>>> from fooof.plts.style import check_style_options
253+
>>> from specparam.plts.style import check_style_options
254254
>>> check_style_options()
255255
Valid style arguments:
256256
Axis title, xlabel, ylabel, xlim, ylim, xticks, yticks, xticklabels, yticklabels

specparam/tests/data/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_spectrum_meta_data():
2727
for field in OBJ_DESC['meta_data']:
2828
assert getattr(meta_data, field)
2929

30-
def test_fooof_run_modes():
30+
def test_model_run_modes():
3131

3232
run_modes = ModelRunModes(True, True, True)
3333
assert run_modes

0 commit comments

Comments
 (0)