Skip to content

Commit a787f0a

Browse files
committed
fix typo in test
1 parent b151e17 commit a787f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fooof/tests/objs/test_fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,4 +392,4 @@ def test_fooof_check_data():
392392

393393
# Model fitting should execute, but return a null model fit, given the NaNs, without failing
394394
tfm.fit()
395-
assert not fm.has_model
395+
assert not tfm.has_model

0 commit comments

Comments
 (0)