Saransh Chopra
Saransh Chopra
Ruff can now format files. Ruff formatter is much faster than black. Other changes are good practices recommended by scientific python. TODO: * [ ] Add unit tests and/or doctests...
The `MY101` and `MY102` have been passing and failing (respectively) on the develop branch of PyBaMM, but it should be the other way. Running sp_repo_review: https://learn.scientific-python.org/development/guides/repo-review/?repo=pybamm-team%2FPyBaMM&branch=develop Actual mypy config: https://github.com/pybamm-team/PyBaMM/blob/94aa498176d0b6bb1186aa63bebd9c85f7b74bff/pyproject.toml#L272-L282...
### Title The scientific side of Python and Open-Source: using Python for High Energy Physics at CERN ### Describe your Talk I'll start broad, covering use cases of Python across...
The badge or the API endpoint does not work with my package [ChaoticEncryption.jl](). The package is only a couple of days old, is this the issue? The API endpoint -...
The current website does not render inline Latex (see [Simulating the Motion of Charged Bodies](https://fluxml.ai/blogposts/2019-09-11-simulating-the-motion-of-charges/#the_science_part_of_it), [Differentiable Control Problems](https://fluxml.ai/blogposts/2019-03-05-dp-vs-rl/#follow_the_gradient)) and throws the [following error in the CI](https://github.com/FluxML/fluxml.github.io/actions/runs/6361163387/job/17275408764) - ``` Error: Cannot...
This is a placeholder issue for updating the existing tutorials and adding workflows to periodically test them. My proposal's text - > Flux's website has plenty of good tutorials, but...
Formatting the following file with `pyproject-fmt` causes the build to fail, and I am guessing the root cause is the misplaced `[[project.authors]]` section. This can be fixed manually by the...
## Description **Kindly take a look at [CONTRIBUTING.md](https://github.com/scikit-hep/vector/blob/main/.github/CONTRIBUTING.md).** _Please describe the purpose of this pull request. Reference and link to any relevant issues or pull requests._ ## Checklist - [...
`Vector` uses [`blacken-docs`](https://github.com/asottile/blacken-docs) to prettify and format the docs. However, we use the `-E` flag to ignore any errors present in the code blocks. Removing the `-E` option outputs the...
### Vector Version v1.1.1 ### Python Version 3.11 ### OS / Environment MacOS ### Describe the bug ```python In [1]: import vector; import numba as nb In [2]: vec =...