From 9d854fd1d82317ac4c531aca3af639715f496065 Mon Sep 17 00:00:00 2001 From: Tom Donoghue Date: Wed, 13 Sep 2023 09:32:33 -0400 Subject: [PATCH] fix merge --- specparam/plts/style.py | 2 +- specparam/tests/data/test_data.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/specparam/plts/style.py b/specparam/plts/style.py index ffbe1b5e..05bff602 100644 --- a/specparam/plts/style.py +++ b/specparam/plts/style.py @@ -250,7 +250,7 @@ def style_plot(func, *args, **kwargs): To see the full set of style arguments that are supported, run the following code: - >>> from fooof.plts.style import check_style_options + >>> from specparam.plts.style import check_style_options >>> check_style_options() Valid style arguments: Axis title, xlabel, ylabel, xlim, ylim, xticks, yticks, xticklabels, yticklabels diff --git a/specparam/tests/data/test_data.py b/specparam/tests/data/test_data.py index 46f6812a..09a1f9dd 100644 --- a/specparam/tests/data/test_data.py +++ b/specparam/tests/data/test_data.py @@ -27,7 +27,7 @@ def test_spectrum_meta_data(): for field in OBJ_DESC['meta_data']: assert getattr(meta_data, field) -def test_fooof_run_modes(): +def test_model_run_modes(): run_modes = ModelRunModes(True, True, True) assert run_modes