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
Add an assume_valid argument to all encodium objects for when you're constructing / changing the arguments are you know the object is valid. For efficiency reasons.
At some point it might be worth putting an only_check_attributes argument. This assume_valid would be equivalent to putting only_check_attributes=[]
The text was updated successfully, but these errors were encountered:
Add an
assume_valid
argument to all encodium objects for when you're constructing / changing the arguments are you know the object is valid. For efficiency reasons.At some point it might be worth putting an
only_check_attributes
argument. Thisassume_valid
would be equivalent to puttingonly_check_attributes=[]
The text was updated successfully, but these errors were encountered: