Open matthewfeickert opened 1 year ago
This is now fixed in the AGC repo (by this commit)
@eguiraud :+1:. In https://github.com/iris-hep/analysis-grand-challenge/pull/51 I was just temporarily vendoring the relevant components, so at some point once this is cleaned up it might be worthwhile to change that example over to using code from PyPI so that the AGC doesn't need to maintain anything related to it (beyond controlling dependencies).
As pointed out in https://github.com/iris-hep/analysis-grand-challenge/pull/148#issuecomment-1569952091 the current
interpolate.py
code includesconstraintsDict
though it is never defined. This appears to be remnants of HistFitter code, so this should get removed.