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.
2 parents 74dbde9 + 340bc3c commit be0dc25Copy full SHA for be0dc25
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