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
df["preference"] = [max(minenrichment, (10**df["Trial_1_AmpConc_2500"][x] + 10**df["Trial_1_AmpConc_2500"][x])/2) for x in range(len(df))]
I'm assuming that line is meant to calculate the mean of the Trial_1_AmpConc_2500 and Trial_2_AmpConc_2500, but Trial_1_AmpConc_2500 is specified each time.
Cheers,
Gavin
The text was updated successfully, but these errors were encountered:
Hi there,
I believe this is a typo in the tutorial:
I'm assuming that line is meant to calculate the mean of the
Trial_1_AmpConc_2500
andTrial_2_AmpConc_2500
, butTrial_1_AmpConc_2500
is specified each time.Cheers,
Gavin
The text was updated successfully, but these errors were encountered: