Skip to content

Suppress class `MultimodeSystem`

Etienne Lac requested to merge suppress-multimode-system into feature/multimode

Description

Merge specific methods of derived class MultimodeSystem into base class System.

Main changes

  • Delete cosapp/multimode/multimode_system.py.
  • Transfer MultimodeSystem methods to System.
  • Add new extensible ports modevars_in and modevars_out to System.
  • Define empty method System.transition.
Edited by Etienne Lac

Merge request reports