Pradyot Ranjan
Pradyot Ranjan
Reason for failing tests in py3.12 https://www.python.org/downloads/release/python-3122/#:~:text=Invalid%20backslash%20escape,in%20the%20future.)
Most of the tests are passing now. ๐
> [This JAX test](https://github.com/pybamm-team/PyBaMM/actions/runs/8390154439/job/22978084660?pr=3857#step:11:3814) has previously failed for us sometimes and looks to be flaky โ in a separate PR later on, we can explore some of the [available plugins](https://docs.pytest.org/en/stable/explanation/flaky.html#plugins)...
> The parallel testing looks greatย โ GitHub Actions runners do not have a lot of resources so I guess running locally will reveal the speedups more prominently. I can...
Hey ๐๐ป. I would like to work on this.
Is there a way to view kernel config files on MacOS since `/proc/config.gz` does not work.
Here is a workflow example of how we can proceed : - Finding fuzz targets: These are the functions whose input needs to be fuzz tested. For example here :...
> @prady0t This makes complete sense to me! Automation using OSS Fuzz can be tried later once we have a single fucntion fuzz tested. Thanks Do you think the function...
I just opened a PR. This could be a starting point as to how we wand to test `ContainerPolicy`. We can add more seed values, conditions and logs for a...