Saransh Chopra

Results 248 comments of Saransh Chopra

We should create a custom typing `Protocol` for now. Starting point (`Array` and `ArrayNamespace` Protocols) - https://github.com/glass-dev/glass/blob/f993b61be34cb12ed31f041dc981fd6a6d854302/glass/grf/_core.py#L17-L47

Turns out, this is not as simple as it looked. I implemented custom `Protocol`s, and even revived https://github.com/nstarman/array_api to work with newer versions of the array API standard, but it...

Looking at this again, the error above looks fixable by overloading, but here is an MWE for problems with NumPy's typing (`SuperArray.__add__`'s typing here strictly follows the array API standard)...

@ntessore sorry for taking too long. I discussed this issue with @paddyroddy - We will have to add a signature for every Array API function used within glass to the...

Another rabbit hole that I went down today (unintentionally): Do we care about annotating the dtype of arrays? I was looking into creating a unified type for the arrays (as...

The codecov step is silently failing with the following logs - ``` Error: Codecov token not found. Please provide Codecov token with -t flag. Warning: Codecov: Failed to properly create...

Re: GUI It would be nice to keep an eye on https://github.com/aryamanjeendgar/CopyCuTTer (TUI for the `cookiecutter` and `copier` projects). The project was created as an IRIS-HEP (Scikit-HEP is an IRIS-HEP...

Thanks for the tag! Unfortunately, I have no experience working with LHE files and I won't have any time in the near future to look at this :(

Some thoughts (or queries) - - #863 recommends using the name `StronglyFinite`. Should it be named `StronglyFinite` or `StrictlyFinite`? - #2005 recommends creating `IsStronglyFinite` as the predicate with n as...

Hi, yes! Thanks for the detailed discussion and the invite to the repository! I've started working on this locally. > It fits a common pattern to have these unbundled versions,...