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
In line 468, the message for the ValueError raised when n_trmnt > n_samples_trmnt says ...f'in the treatment group: {n_samples_ctrl}'. Instead of n_samples_ctrl, the message should reference n_samples_trmnt.
The text was updated successfully, but these errors were encountered:
In line 468, the message for the
ValueError
raised whenn_trmnt > n_samples_trmnt
says ...f'in the treatment group: {n_samples_ctrl}'
. Instead ofn_samples_ctrl
, the message should referencen_samples_trmnt
.The text was updated successfully, but these errors were encountered: