Ankit Meda

Results 39 comments of Ankit Meda

Hello! I have tried solving this issue by implementing @rtimms method of printing the parameters submodel-wise in my code. > The output of `model.print_parameter_info(by_submodel=True)` should be equivalent to > >...

NOTE: When I tried printing the parameters for the model using my code, I get the following output. CODE-> ```python import pybamm model = pybamm.lithium_ion.SPM() submodel = model.submodels["positive primary particle"]...

I want to help with this issue. Please let me know if you need another hand.

Hello everyone! I was messing around with my forked repo, and one thing led to another, which led to me deleting it from GitHub. I didn't know it would ultimately...

``` 'current collector' submodel parameters: | ==========================================================|=========================================== | | Parameter | Type of parameter | | ========================================================= | ========================================== | | Electrode height [m] | Parameter | | Electrode width...

now the tables look like this: ``` 'current collector' submodel parameters: ┌───────────────────────────────────────────────────────────┬────────────────────────────────────────────┐ │ Parameter │ Type of parameter │ ├───────────────────────────────────────────────────────────┼────────────────────────────────────────────┤ │ Electrode height [m] │ Parameter │ │ Number of...

@kratman, I have resolved the issues. Please look at them and let me know if anything more is to be done!

Thanks for the reminder, @agriyakhetarpal! I apologise for taking too long to express my interest in the issue publicly. I had to focus on my academics for a while. I...

I want a few clarifications: 1. `Start removing sections of run-tests.py and replace them in noxfile.py with pytest commands` Are we planning to remove `run-tests.py`? Because we can configure `run-tests.py`...

For point 1: Okay, I have made a list of failed `unit` tests using `pytest`. I will try fixing them. For point 2: The main reason for this was that...