python3 -m fmpy simulate --output-file IDEAS_IDEAS.LIDEAS.Examples.ZoneCreateOutputs_res.csv --start-time 0 --stop-time 1e+06 --timeout 50 --relative-tolerance 1e-06 --interface-type ModelExchange --solver CVode --output-interval 400 IDEAS_IDEAS_LIDEAS_Examples_ZoneCreateOutputs.fmu Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/fmpy/model_description.py", line 773, in read_model_description sv.initial = initial_defaults[sv.variability][sv.causality] KeyError: 'output' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/usr/local/lib/python3.10/dist-packages/fmpy/__main__.py", line 4, in main() File "/usr/local/lib/python3.10/dist-packages/fmpy/command_line.py", line 167, in main result = simulate_fmu(args.fmu_filename, File "/usr/local/lib/python3.10/dist-packages/fmpy/simulation.py", line 670, in simulate_fmu model_description = read_model_description(filename, validate=validate) File "/usr/local/lib/python3.10/dist-packages/fmpy/model_description.py", line 775, in read_model_description raise Exception(f'Variable "{sv.name}" (line {sv.sourceline}) has an illegal combination of ' Exception: Variable "weaBusOut.numSolBus" (line 45331) has an illegal combination of causality="output" and variability="fixed".