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
Could it be a useful addition to give the possibility to filter via indexes the strains as well? As we do for the rest.
For the links, I didn't figure out a way for selecting a subset - and they are the heaviest part of the .pkl file, of course. I tried the following but it gives me TypeError: LinkGraph.add_link() takes 3 positional arguments but 4 were given:
Could it be a useful addition to give the possibility to filter via indexes the strains as well? As we do for the rest.
It's possible. But why do you need to select subset of strains? Note that the bgcs_selected you got might have strains that are not present in the subset of the strains.
Once I've generated the data by following the quickstart, I need to select a subset of them for testing purposes:
TypeError: LinkGraph.add_link() takes 3 positional arguments but 4 were given
:Action points
filter
method for LinkGraph:lg1 = links.filter(gcfs, spectra)
The text was updated successfully, but these errors were encountered: