scikit-hep/iminuit

Error in iminuit.util.describe

Closed this issue · 2 comments

When trying to run the code on generic least squares function page (https://iminuit.readthedocs.io/en/stable/notebooks/generic_least_squares.html), there is an error trying to run the describe function. It is because there are two functions both called iminuit.util.describe (https://iminuit.readthedocs.io/en/stable/reference.html#iminuit.util.describe) and the generic least squares requires the version with 2 callable parameters which is being supressed by the version with 1 callable parameters.

Hi @rferguson22 thanks for the report. I cannot reproduce this on my machine with the latest version.

Please reopen if the problem is not solved.