Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Sep 13, 2023
1 parent 4a1ca34 commit 9d854fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specparam/plts/style.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion specparam/tests/data/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d854fd

Please sign in to comment.