You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The split functions can work with a set of values like this -> [1.0, 0.0, 0.0]. basically the can handle a zero on a given set.
Problem is that an empty set fucks up the pipeline in terrible ways.
Easy solution: when the input experiment config is passed the values are read and if there is a 0 throw an error to the user.
The text was updated successfully, but these errors were encountered:
The split functions can work with a set of values like this -> [1.0, 0.0, 0.0]. basically the can handle a zero on a given set.
Problem is that an empty set fucks up the pipeline in terrible ways.
Easy solution: when the input experiment config is passed the values are read and if there is a 0 throw an error to the user.
The text was updated successfully, but these errors were encountered: