We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210aca8 commit bf4d02dCopy full SHA for bf4d02d
modelica_fmi/src/modelica_fmi/_lib.py
@@ -261,7 +261,7 @@ def dependencies3(
261
if not s:
262
values.append(name(dependency))
263
elif len(s) == 1:
264
- for i in range(1, numel(dependency) + 1):
+ for i in range(1, numel(variables, dependency) + 1):
265
values.append(f"{name(dependency)}[{i}]")
266
elif len(s) == 2:
267
for i in range(1, s[0] + 1):
0 commit comments