Saransh Chopra
Saransh Chopra
Right now `mypy` throws a bunch of errors in this particular code block - https://github.com/scikit-hep/vector/blob/02d4655bf4c27578ca96c082501b517710570e57/src/vector/backends/awkward.py#L575-L582 saying - ``` error: Subclass of "VectorProtocol", "Momentum", and "Vector2D" cannot exist: would have inconsistent...
## Reproducible example ```py import vector vec = vector.array( [ (1.1, 2.1, 3.1), (1.2, 2.2, 3.2), (1.3, 2.3, 3.3), (1.4, 2.4, 4.4), (1.5, 2.5, 5.5) ], dtype=[("x", float), ("y", float),...
Create templates for PR and issues. A reference can be taken from PyBaMM's templates.
## Description Right now all the experiments are stopped at 80% capacity but this is conveyed through the tweet text. Add it to to the tweet text and make sure...