OMPython icon indicating copy to clipboard operation
OMPython copied to clipboard

`RLC_series` example

Open SengerM opened this issue 7 months ago • 1 comments

Purpose

Help new users to get started.

Approach

Add an examples folder with examples with different complexities, ready to be run.

SengerM avatar Aug 01 '25 18:08 SengerM

Would it make sense to add a github workflow to test these examples?

This would mean, that each example needs a defined entry function with a return value on success (i.e. have each example check if there are the expected results and/or plots are created). Then, this could be checked similar to the unittests ...

The advantage is, that any change breaking the example(s) can easily be found

syntron avatar Aug 04 '25 16:08 syntron