Closed wizmer closed 3 years ago
MorphDB.df is currently not hashable because of the column axon_input which is a list. And lists are not hashable.
axon_input
Change axon_input column to a tuple to make the dataframe hashable
Fixes #52
Context
MorphDB.df is currently not hashable because of the column
axon_input
which is a list. And lists are not hashable.Resolution
Change
axon_input
column to a tuple to make the dataframe hashableFixes #52