Open gitting-around opened 2 years ago
I cannot reproduce this in release version 3.0.0. It generates a spec and can also run it until it hits a point where some python packages are missing (google).
Commands:
java -jar maestro-3.0.0-jar-with-dependencies.jar import -v Sg1 m.json c.json -output . --fmu-search-path . --interpret
When trying to generate a spec for 2 fmus connected to each other, 2 outputs go from fmu1 to fmu2, and two outputs go from fmu2 to fmu1, it gives the following error:
The multimodel file looks like:
The coe json looks like:
The command used to generate the spec:
java -jar maestro.jar import -v Sg1 test.json coe.json -output .
The two fmus are: rabbitmq.zip pressure_pipe.zip
Removing the two of the connections from one fmu to the other fixes the issue.