Skip to content
#

solvers

Here are 83 public repositories matching this topic...

Saransh-cpp
Saransh-cpp commented Mar 23, 2022

Description

It would be nice to have examples in docstrings that are tested periodically. For example, the Simulation class could have something like this -

>>> spm = pybamm.lithium_ion.SPM()
<some output>
>>> sim = pybamm.Simulation(spm)
<some output>
>>> sim.solve([0, 10, 2])
<some output>

Motivation

Would make minor examples available in the documentation itself a

feature good first issue
trtku
trtku commented Dec 10, 2021

Feature Request

As a user, I want a built-in method of Proxy so that we can measure communication time of Proxy.

Details

Is your feature request related to a problem? Please describe.
No, it's an improvement than a problem.

Describe the solution you'd like
A built-in method to calculate the communication time of Proxy. This can be a part of its profile attribute.

**De

PteraSoftware
6
camUrban
camUrban commented Mar 17, 2021

We should make sure that all the integration tests compare output against expected results. This means getting rid of all the "test_method_does_not_throw" tests.

We could also implement PyTests or some other methodology with a simpler syntax.

documentation help wanted good first issue

Improve this page

Add a description, image, and links to the solvers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the solvers topic, visit your repo's landing page and select "manage topics."

Learn more