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
Attribute _strain_dict_index(or lookup_index) in StrainCollection class records the indices of strains. However it's mainly used as fixed indices by get_links method, which causes problems when the strains are updated.
check how _strain_dict_index is used by other functions
remove _strain_dict_index from the class and update the code that uses it
Attribute
_strain_dict_index
(orlookup_index
) inStrainCollection
class records the indices of strains. However it's mainly used as fixed indices byget_links
method, which causes problems when the strains are updated._strain_dict_index
is used by other functions_strain_dict_index
from the class and update the code that uses itstrains
inStrainCollection
to be aset
instead oflist
#113The text was updated successfully, but these errors were encountered: