Saransh Chopra
Saransh Chopra
Thanks for attaching the Dockerfile, @srikanthallu!
I think a `jupyter` base image makes more sense because that will open up a jupyter notebook automatically inside the docker container. @srikanthallu uses the same above, and I used...
Thanks for the reviews! Sorry for sitting on this too long. I'll convert this to a draft and look into eliminating files.
Hmm, the docs are failing with the error - ``` Error: Can not import paddle core while this file exists: /home/docs/checkouts/readthedocs.org/user_builds/deepxde/envs/1311/lib/python3.8/site-packages/paddle/fluid/libpaddle.so ``` and there is no definitive solution for this...
The command should be: ``` pytest --cov=pybamm tests/unit ``` More on coverage with pytest here - https://learn.scientific-python.org/development/guides/coverage/
Adding the isort rule blowed up this PR. I'll exclude examples from the isort rule.
Some arguments for switching to uv (eventually; hence, keeping this issue open to keep an eye on the development) - 1. [Nox has a uv backend](https://github.com/wntrblm/nox/releases/tag/2024.03.02) now 2. PyPA's build...
See https://github.com/pybamm-team/PyBaMM/pull/3752/files#r1463064059
And changelog, that should be it.
I am not very familiar with the GitHub CLI, but with git you should be able to do something like this - ``` git fetch --all # fetch everything locally...