MDF
MDF copied to clipboard
Switched RLC Circuit Example
Things Currently in the Pull Request
- 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
- Try to implement the circuit by segregating Resistor, Voltage and Inductor in different nodes.
- Make python notebook with some description
- 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)
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.