Hans Dembinski
Hans Dembinski
I understand your point, but relying on how iminuit and Minuit2 behave numerically in pathological edge cases is a major issue. There is no guarantee that your edges cases will...
Today, I published a first release of [unicodeitplus](https://github.com/HDembinski/unicodeitplus) based on the concept. I am still open toward merging my project back into unicodeit. I fixed the bugs I still had...
@svenkreiss What do you think about this?
> This is the only failing part, don't know if it's directly pyodide's fault: > > ``` > ______________________ test_NormalConstraint_bad_input_4 _______________________ > def test_NormalConstraint_bad_input_4(): > > with pytest.raises(ValueError, match="positive definite"):...
Perhaps the line `np.linalg.cholesky(m)` is non-blocking in Pyiodide. This code assumes it is blocking, like any other normal Python statement.
@henryiii I made a patch which may work around the failing test in pyodide, but I cannot test it because the pyodide build now fails because of some build-system issue....
Hi @runtingt I am open to the idea of fixing that in some way, but I am not sure that turning off pdf_format completey is the best solution. The human-readable...
Closing this. This is a side-effect of the rounding, but the rounding is correct according to the rules, and you can always get the exact values from m.values or m.params.
I didn't see this, because I am not getting notifications when a PR is opened unless someone mentions me with @HDembinski. I changed something in the options of this repo,...
> @HDembinski > > > There seems to be an issue with boost.random in the slow tests, a linker error. Do you have an idea how to fix this? >...