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
Processes like run_tsne, run_umap, find_markers, and find_clusters currently use errorStrategy 'ignore', allowing them to fail without interrupting the workflow.
A more robust error-handling strategy should be implemented to improve reliability and ensure failures are properly logged and managed.
Tasks:
Review current error strategy.
Propose and implement a better alternative.
Test and validate the new approach.
The text was updated successfully, but these errors were encountered:
Processes like
run_tsne
,run_umap
,find_markers
, andfind_clusters
currently use errorStrategy 'ignore', allowing them to fail without interrupting the workflow.A more robust error-handling strategy should be implemented to improve reliability and ensure failures are properly logged and managed.
Tasks:
The text was updated successfully, but these errors were encountered: