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
Implementation of hist_vars_for_precond_list would be easier if it returned a set.
I.e., let python take care of checking to see if varname is already in res,
instead of explicitly needing to check.
Additionally, usage of the returned value only requires that it is iterable, which sets are.
The text was updated successfully, but these errors were encountered:
Implementation of
hist_vars_for_precond_list
would be easier if it returned a set.I.e., let python take care of checking to see if
varname
is already in res,instead of explicitly needing to check.
Additionally, usage of the returned value only requires that it is iterable, which sets are.
The text was updated successfully, but these errors were encountered: