Skip to content

Commit b8afe54

Browse files
committed
fix typo that was running wrong func in tests
1 parent 7d00c36 commit b8afe54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fooof/tests/data/test_conversions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_model_to_dict(tresults, tbands):
2929
assert 'cf_2' in out
3030
assert np.isnan(out['cf_2'])
3131

32-
out = model_to_dataframe(tresults, peak_org=tbands)
32+
out = model_to_dict(tresults, peak_org=tbands)
3333
assert 'alpha_cf' in out
3434

3535
def test_model_to_dataframe(tresults, tbands, skip_if_no_pandas):

0 commit comments

Comments
 (0)