jrbourbeau / pyunfold

Iterative unfolding for Python
https://jrbourbeau.github.io/pyunfold/
MIT License
26 stars 13 forks source link

Disable error calculation #107

Open jvavrek opened 4 years ago

jvavrek commented 4 years ago

As far as I can tell, there's no way to disable the calculation of the covariance matrix. It would be nice to have the option to disable this in order to get a fast result with no uncertainties. This would be useful for exploratory analysis with large numbers of bins. Passing zero matrices doesn't speed things up, unfortunately.