Skip to content

Commit

Permalink
updated error message
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomcura committed Dec 18, 2024
1 parent dc8515a commit f9115a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/copairs/map/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def validate_pipeline_input(

# Check for null values in the feature matrix
if np.isnan(feats).any():
raise ValueError("Features should not contain null values.")
raise ValueError("features should not have null values.")


def flatten_str_list(*args):
Expand Down

0 comments on commit f9115a0

Please sign in to comment.