Closed henryiii closed 6 years ago
Hi @henryiii, the tests still fail and I see iminuit 1.3.3 being used. Maybe you need to add a tests_require
to make sure the tests use iminuit <= 1.2? So something like
tests_require = ['iminuit<"1.3"'],
in setup.py
.
Hi @henryiii, I'm totally puzzled, Travis is still installing iminuit 1.3.3 in spite of these 2 lines added in the MR! What's going on?
I believe this can now be closed given PR https://github.com/scikit-hep/probfit/pull/91.
This should fix the build errors for now. iMinuit 1.3+ seems to have a bug where it can't read an AddPdf's parameters.