BYUCamachoLab / simphony

A simulator for photonic integrated circuits.
https://simphonyphotonics.rtfd.io
Other
119 stars 35 forks source link

Super-ifying #96

Closed sequoiap closed 1 year ago

sequoiap commented 1 year ago

Instead of doing weird wrapping with the __init__ function, we now simply require all subclasses of Model to call super().__init__().

Closes #93.