Matthew Feickert

Results 460 comments of Matthew Feickert

And https://github.com/pydata/xarray/pull/5796 provides basically a template for how to do all of this!

In https://github.com/glotzerlab/signac/pull/776 @bdice mentions > We deleted the CI script for benchmarks from `signac` 2.0 anyway, because it's not reliable and we want to use `asv` instead. @bdice I would...

Following up on @astrojuanlu's excellent points, I was talking with @gordonwatts at the [2022 IRIS-HEP Institute Retreat](https://indico.cern.ch/event/1196111/) about this and he mentioned that he might have some dedicated AWS machines...

@RishiKumarRay Thanks for your interest, but please read the full Issue. This Issue is meant to be a reminder for the core devs when we address this at the end...

> It would probably be a good idea to wait to update this API and to drop Python 3.7 support until the end of 2022, but we should get early...

@kratsg This is currently just in a debugging state, hence all the extra junk in the notebook.

Received in an email today (which made my evening): > Wow. THANK YOU. > > I can’t believe this actually exists. I’ve been waiting for a simple easy-to-use example since…...

From Twitter: > pyhf was really a critical tool throughout the whole Ph.D.! https://twitter.com/lucas_borgna/status/1557348556431835139?s=20&t=tN2YKn8hLxd3GrB5D9laAQ

Hm. Perhaps concerningly we're seeing differences large than `1e-5` in `tests/test_regression.py`. ``` def test_sbottom_regionA_1300_205_60( sbottom_likelihoods_download, get_json_from_tarfile ): sbottom_regionA_bkgonly_json = get_json_from_tarfile( sbottom_likelihoods_download, "RegionA/BkgOnly.json" ) sbottom_regionA_1300_205_60_patch_json = get_json_from_tarfile( sbottom_likelihoods_download, "RegionA/patch.sbottom_1300_205_60.json" ) CLs_obs,...

@HDembinski It seems that we're seeing quite substantial changes from `iminuit` when we simply change the objective function by a factor of `2`. Do you have thoughts on how we...