Closed arnaudon closed 3 years ago
by converting to tuple the lists
df["axon_inputs"] = df["axon_inputs"].apply(tuple)
also possibly add Path conversion to path inputs
by converting to tuple the lists