Help with code
I keep getting this error:
for this code:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
bestmass = []
for mass in df_sorted:
if best_ms == (array[array > 7.5]).all():
bestmass.append(best_ms)
print(bestmass)
and i don't know what I am doing wrong
u/DrawerEmergency4981 — 6 days ago