angelolab / angelolab/ark-analysis
Add Pixie notebook tests that account for non-linear workflows
- Vorherrschende Sprache
- Jupyter Notebook
- Sterne
- 108
- Forks
- 31
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
**Is your feature request related to a problem? Please describe.**
The current Pixie notebook tests assume linear workflows. In reality, users may run cells out of order, or begin at certain cells in certain states. We should think about what the common use-case scenarios are and explicitly test these.
**Describe the solution you'd like**
Pretty similar to the existing workflows, except we can simulate running the cells out of order in a separate test class.
Some common scenarios could be:
1. Restarting from a particular step, with and without some FOV data already generated for that process
2. Redoing the metacluster remapping
3. Running a step multiple times with an explicit `overwrite` flag.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.