Henry Schreiner

Results 2507 comments of Henry Schreiner

Quite a few of my pointless comparisons have been in pytest.raises, actually, see https://github.com/scikit-hep/hist/commit/b9c447680ee7441049ae15e38e8d09b1494917d2 . The problem here is that the comparison itself raises, and that's what's being checked.

FYI, this check actually caught a real bug in https://github.com/scikit-hep/awkward-1.0/pull/682 :)

I take it the current status is that you can't "inject" wheels that can be loaded with a simple import, like the pre-built pyodide wheels? Adding wheels to `/pypi` doesn't...

I think the jcmcken fork is also just a fork. I don't see any official releases since 2012 on PyPI, or indications that the fork is alive either (since 2015)....

Can you add it to `:exclude-members:`?

It’s really painful to work with environments that are too large. Conflicts and increased solver difficulty will come up. I’m currently fighting with the fact that Jax and TensorFlow can’t...

I’d recommend providing an example `environment.yml` as a starting point for tutorials and such, and I’d list the specific packages over this one usually. It will promote good practice and...

There is some value in having all our basic packages together, like hist + uproot + awkward + mplhep + vector + etc. It gives users who are _not_ trying...

FYI, typer is completely broken due to click 8.1, see https://github.com/pallets/click/issues/2226 or the typer issue.

The idea behind nox is that it doesn't tie you to custom CI-specific code. You can still run nox in the GHA workflow, but you can develop it locally, and...