Problem:
uv run python -m fmpy.webapp
for a FMU with > 19 Inputs and Outputs, i get the following error:
Simulation failed. Vertical spacing cannot be greater than (1 / (rows - 1)) = 0.055556.
The resulting plot would have 19 rows (rows=19).
Expected behaviour:
The FMU loads correctly and the simulation is run.
Problem:
for a FMU with > 19 Inputs and Outputs, i get the following error:
Expected behaviour:
The FMU loads correctly and the simulation is run.