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 2b346b2 commit 5299953Copy full SHA for 5299953
fooof/utils.py
@@ -140,7 +140,8 @@ def combine_fooofs(fooofs):
140
141
# Compare settings
142
if not compare_settings(fooofs) or not compare_data_info(fooofs):
143
- raise ValueError('These objects have incompatible settings or data, and so cannot be combined.')
+ raise ValueError("These objects have incompatible settings or data," \
144
+ "and so cannot be combined.")
145
146
# Initialize FOOOFGroup object, with settings derived from input objects
147
# Note: FOOOFGroup imported here to avoid an import circularity if imported at the top
0 commit comments