Matthew Feickert
Matthew Feickert
Wow. ``` python -m rich.progress ``` is _sooooo_ nice! 0_0!
As if we needed _more_ reason :) there's also now Textual from @willmcgugan which looks like magic! :) https://github.com/willmcgugan/textual Example: (HT @lukasheinrich) https://twitter.com/willmcgugan/status/1408143208631214080
@lukasheinrich @kratsg Something we should think about is if we want to add `rich` to the core dependencies or if we want to make it an extra. `rich` and its...
Thanks for the report @cburgard. Can you please share the files as a private GitHub Gist with the dev team?
@cburgard Please first verify that you have read through the [translations docs](https://pyhf.readthedocs.io/en/v0.6.3/babel.html#translations) and tell us how the workspaces were created. Then please tell us the exact commands that you are...
> The workspaces were created with SFramwork, specifically with this function: https://gitlab.cern.ch/atlas-caf/CAFCore/-/blob/b1d40c29b0b4635c28d563db1483317d4a8b25d5/SFramework/Root/TSModelFactory.cxx#L176 @cburgard Okay, well as you'll note we have no translation recipe for `SFramework` in the docs, so we...
> If you'd be aware of a simple way to instruct the C++ implementation of HistFactory to output xmls with relative rather than absolute paths, I'd be happy to reproduce...
@cburgard great news (I hope)! @kratsg is adding a feature in PR #1909 that is able to automatically deal with hardcoded absolute paths and when he does the conversion on...
Thanks to some fantastic work by @kratsg, PR #1909 is in `master` now. So I believe that this should be resolved if people install from the development `HEAD`. I haven't...
A final note on this, as I write up the release notes in PR #1705: ```console $ ls hww-xml $ time pyhf xml2json \ --hide-progress \ --mount $PWD:/home/cburgard/Physics/statistics/pyfittools/ \ --output-file...