feature request: custom analysis function
Open
future release
- Dominant language
- Python
- Stars
- 21
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
With our current model, I think it would be pretty easy to support custom list-wise analyses. For instance, the user could do something like this:
```
custom_analysis = lambda lst: [item+1 for item in lst]
pyr.analyze(pyro, analysis='custom', analysis_function=custom_analysis)
```
admittedly a stupid custom analysis but you get the point..think this would be desirable?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.