Skip to content

Commit

Permalink
change 'Invalid feature' error to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefaure committed Aug 6, 2024
1 parent 2db313c commit 262ca43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pymochi/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,9 +560,6 @@ def check_features(
return (features, {})
elif key1 not in self.additive_trait_names:
#Filter applied to all traits
print("FILTER APPLIED TO ALL TRAITS")
print(key1)
print(self.additive_trait_names)
features = [key1]+features[key1]
return (features, {})

Expand Down

0 comments on commit 262ca43

Please sign in to comment.