Matthew Feickert

Results 721 comments of Matthew Feickert

> I was wondering whether this is related to that issue. I'm pretty sure it is different. As we clearly have problems with `staterror` I'm more just trying to loosely...

This is the PR in which @dantrim switched `hamming-codec` from Click to Typer: https://github.com/dantrim/hamming-codec/pull/13 Looks very nice and easy. :+1:

I'm starting to poke at this on a branch `feat/change-from-click-to-typer`

@kratsg can you also lengthen this into something that is more understandable and maintainable? There are additionally differences between `gsed` and `sed` in behavior (wrt newlines), so if you can...

> `gsed` on my mac is POSIX `sed` (should be identical behavior). Yeah, I remember running into this in the past. The differences are infuriating as even giving `--posix` to...

So one small quibble with this is that the `sort` causes the order within the groups to get changes to alphabetical order of the commit message Sorted log.txt: ``` -...

This is probably also a good idea for `cabintery` as well. Once we get something that looks nice we could make it easier for Alex to port over.

Yeah, at the moment we do have [the examples tab in the docs](https://pyhf.readthedocs.io/en/v0.6.3/examples.html). There are pre-rendered notebooks, but I agree that having the ability to run them in JupyterLite would...

> Actually, I was referring to the examples on the page itself: > > 1. [Hello World](https://pyhf--1820.org.readthedocs.build/en/1820/#hello-world) > 2. [A one bin example](https://pyhf--1820.org.readthedocs.build/en/1820/#a-one-bin-example) > 3. [A two bin example](https://pyhf--1820.org.readthedocs.build/en/1820/#a-two-bin-example) Ah...

Still looks pretty good on ATLAS Connect login nodes too: ``` (base) [feickert@login ~]$ hostname login.usatlas.org (base) [feickert@login ~]$ echo $TERM xterm-256color (base) [feickert@login ~]$ python -m rich ``` ![rich_ATLAS_connect](https://user-images.githubusercontent.com/5142394/105615747-8a33e100-5d98-11eb-835f-0b1d5d8d5767.png)...