OpenModelica / OMPython

A Python interface to OpenModelica communicating via CORBA or ZeroMQ
Other
102 stars 59 forks source link

fix: library import before opening model when model is inside a package #219

Closed jules-l-jimmy closed 3 months ago

jules-l-jimmy commented 3 months ago

Related Issues

Purpose

When opening a model inside a custom library, it fails because it open the model before loading the library. I switch the order of imports

CLAassistant commented 3 months ago

CLA assistant check
All committers have signed the CLA.