PR #699 skips several long-running notebook tests to reduce CI runtime.
The following notebooks were marked as skipped:
examples/Notebooks/Circuits/EMT_Ph3_IEEE9_SSN_InverterMix.ipynb
examples/Notebooks/Performance/EMT_IEEE_39bus_Multi_Diakoptics.ipynb
examples/Notebooks/Components/EMT_Ph3_GFL_Comparison.ipynb
examples/Notebooks/Performance/DP_WSCC9bus_SGReducedOrderVBR_SparseLU_KLU_fault_comparison.ipynb
examples/Notebooks/Components/Syngen_9Order_DCIM_VBR_Governor_Exciter.ipynb
examples/Notebooks/StateSpace/DP_Ph1_Inverter_StateSpaceExtraction.ipynb
examples/Notebooks/StateSpace/EMT_Ph3_Inverter_StateSpaceExtraction.ipynb
This is a practical short-term solution, but we should decide the long-term handling for each notebook.
Possible options:
- Keep the notebook as it is and leave it skipped in CI.
- Split it into two notebooks:
- a lightweight validation notebook that runs in CI;
- a longer demonstration notebook that remains skipped.
- Reduce the runtime so the notebook can stay in CI, for example by reducing the simulation duration, increasing the time step, simplifying parameter studies, or limiting plotted/validated cases.
The goal is to keep CI reasonably fast while still preserving useful examples and validation coverage.
PR #699 skips several long-running notebook tests to reduce CI runtime.
The following notebooks were marked as skipped:
examples/Notebooks/Circuits/EMT_Ph3_IEEE9_SSN_InverterMix.ipynbexamples/Notebooks/Performance/EMT_IEEE_39bus_Multi_Diakoptics.ipynbexamples/Notebooks/Components/EMT_Ph3_GFL_Comparison.ipynbexamples/Notebooks/Performance/DP_WSCC9bus_SGReducedOrderVBR_SparseLU_KLU_fault_comparison.ipynbexamples/Notebooks/Components/Syngen_9Order_DCIM_VBR_Governor_Exciter.ipynbexamples/Notebooks/StateSpace/DP_Ph1_Inverter_StateSpaceExtraction.ipynbexamples/Notebooks/StateSpace/EMT_Ph3_Inverter_StateSpaceExtraction.ipynbThis is a practical short-term solution, but we should decide the long-term handling for each notebook.
Possible options:
The goal is to keep CI reasonably fast while still preserving useful examples and validation coverage.