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
Turns out there's no simple way to just set the abundance of a specific hash in a MinHash(..., track_abundance=True)!
set_abundances(...) takes a dictionary of { hash: abund } and clears the MinHash before setting it. An easy patch might be to adjust set_abundances to have an optional "no_clear" argument.
The text was updated successfully, but these errors were encountered:
Turns out there's no simple way to just set the abundance of a specific hash in a
MinHash(..., track_abundance=True)
!set_abundances(...)
takes a dictionary of{ hash: abund }
and clears the MinHash before setting it. An easy patch might be to adjustset_abundances
to have an optional "no_clear" argument.The text was updated successfully, but these errors were encountered: