We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d00c36 commit b8afe54Copy full SHA for b8afe54
fooof/tests/data/test_conversions.py
@@ -29,7 +29,7 @@ def test_model_to_dict(tresults, tbands):
29
assert 'cf_2' in out
30
assert np.isnan(out['cf_2'])
31
32
- out = model_to_dataframe(tresults, peak_org=tbands)
+ out = model_to_dict(tresults, peak_org=tbands)
33
assert 'alpha_cf' in out
34
35
def test_model_to_dataframe(tresults, tbands, skip_if_no_pandas):
0 commit comments