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
In the current version of CytofDR, SAUCIE can be run only once during each session. We don't currently have a workaround for this, except restarting Python which is annoying. We are recently made aware that we can run tf.rset_default_graph() to reset SAUCIE. This should be incorporated into CytoDR.
This bug should affect all versions of currently maintained CytofDR.
What issues are you experiencing?
In the current version of CytofDR, SAUCIE can be run only once during each session. We don't currently have a workaround for this, except restarting Python which is annoying. We are recently made aware that we can run
tf.rset_default_graph()
to reset SAUCIE. This should be incorporated into CytoDR.This bug should affect all versions of currently maintained CytofDR.
Expected behavior
We should be able to run SAUCIE more than once in CytofDR. Also, we need to remove the warning in the documentation when fixed: https://cytofdr.readthedocs.io/en/stable/installation.html.
Your environment:
The text was updated successfully, but these errors were encountered: