mphowardlab / mphowardlab/relentless
Allow analyzers to be invoked multiple times
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The same AnalysisOperation should be allowed to be passed to multiple SimulationOperations to aggregate outputs. To do this, we would need to make sure each analysis step is safe for appending.
It would be OK to enable this only for some operations where it makes sense and not others.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the AnalysisOperation and SimulationOperation implementations and how analysis steps append outputs. Determine which operations can safely be reused and define the supported behavior; done means those operations can be passed to multiple simulations without corrupting their aggregated outputs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100