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 74dbde9 commit 340bc3cCopy full SHA for 340bc3c
fastcan/narx.py
@@ -353,9 +353,7 @@ def _validate_feat_delay_ids(
353
)
354
# Check if any row of feat_ids only contains -1
355
if np.all(feat_ids_ == -1, axis=1).any():
356
- raise ValueError(
357
- "`feat_ids` should not contain rows that only have -1."
358
- )
+ raise ValueError("`feat_ids` should not contain rows that only have -1.")
359
# Validate delay_ids
360
delay_ids_ = check_array(
361
delay_ids,
0 commit comments