Skip to content

Commit

Permalink
src/mlfmu/types/fmu_component.py : removed is_array from arguments …
Browse files Browse the repository at this point in the history
…being passed to `Variable` constructor in `_create_fmu_signal_example()` . This is a follow up to the change introduced with commit 4f0a13e, where the `is_array`field was made non-optional. The change addresses comment

#61 (comment)
  • Loading branch information
ClaasRostock committed Oct 16, 2024
1 parent bb75f4a commit 2142faa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mlfmu/types/fmu_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ def _create_fmu_signal_example() -> Variable:
type=FmiVariableType.REAL,
description=None,
start_value=None,
is_array=None,
length=None,
variability=None,
)
Expand Down

0 comments on commit 2142faa

Please sign in to comment.