MDF icon indicating copy to clipboard operation
MDF copied to clipboard

Switched RLC Circuit Example

Open rimjhimittal opened this issue 1 year ago • 1 comments

Things Currently in the Pull Request

  1. Python File, Yaml, Json, test.sh updated, graph and plot moved to images folder for the Switched RLC(single node) example

Things to be done

  1. Try to implement the circuit by segregating Resistor, Voltage and Inductor in different nodes.
  2. Make python notebook with some description
  3. test_all.sh is failing right now with the message: FAILED tests/test_examples.py::test_example[additional_args0-examples/MDF/switched_rlc.py] - ValueError: not enough values to unpack (expected 2, got 0)

rimjhimittal avatar Jun 14 '24 22:06 rimjhimittal

FYI @rimjhimittal Some of the test fails here are due to the release of numpy 2.0, and this not working with multiple packages. When #537 is merged, pull in the latest development to your branch and the tests should be in a better shape.

pgleeson avatar Jun 18 '24 13:06 pgleeson