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
After your this commit "Renaming SEACells and fixing plotting" 03cd61c, every SEACell nam is like this ':[f'SEACell-{i}' for i in self.A_.argmax(0)]. So you may need to update the result of get_hard_assignments in this tutorial, which would otherwise be confusing. Thank you!
The text was updated successfully, but these errors were encountered:
After your this commit "Renaming SEACells and fixing plotting" 03cd61c, every SEACell nam is like this
':[f'SEACell-{i}' for i in self.A_.argmax(0)]
. So you may need to update the result ofget_hard_assignments
in this tutorial, which would otherwise be confusing. Thank you!The text was updated successfully, but these errors were encountered: