Giordon Stark
Giordon Stark
Homebrewed root. ``` Lord Stark:~/pyhs3 (main)$ root --version ROOT Version: 6.32.06 Built for macosxarm64 on Sep 21 2024, 18:21:53 From tags/6-32-06@6-32-06 Lord Stark:~/pyhs3 (main)$ which root /opt/homebrew/bin/root Lord Stark:~/pyhs3 (main)$...
This shouldn't really only depend on `jax` to make it work `sympy` allows you to parse out to different "backends" as needed although I think for the `numpy` case, one...
This works in https://github.com/scipp-atlas/pyhs3/pull/7
Yeah, that got changed in a particular version. ``` : parallel: matrix: {} ```
Here's a one-liner based on @stonebig's answer that uses `jq` as well: ``` $ python -m pip inspect | jq '.installed[] | select(.metadata.name == "scipy").metadata.provides_extra' WARNING: pip inspect is currently...
I'm using ``` - repo: https://github.com/rbubley/mirrors-prettier rev: "v3.3.2" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript] #, json] args: [--prose-wrap=always] ``` this seems to be maintained for...
Where do you forsee the error being raised? Would it be as part of optimization (which scipy's fortran routines have a warning for that I added a long time ago;...
> Or do you see any complications with this? harder to do it as part of the fit, mostly because scipy and minuit are entirely different and trying to add...
Not a bug I don't think. This is expected behavior since I believe even ROOT's HistFactory does the same thing (one would need to confirm what the expected behavior should...
I wish I could tell you, as I migrated to using inline-data on the markdown pages instead. I'm not fully sure I recall anymore. I think I had some data...