Skip to content

Commit

Permalink
fix: bug in asset_result_dto (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehk committed Sep 13, 2023
1 parent 9b95ee5 commit c45a7ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def get_asset_result(self) -> libecalc.dto.result.EcalcModelResult:
id=asset.id,
name=asset_node_info.name,
component_level=asset_node_info.component_level,
componentType=asset_node_info.component_level,
componentType=asset_node_info.component_type,
timesteps=self.variables_map.time_vector,
is_valid=TimeSeriesBoolean(
timesteps=self.variables_map.time_vector,
Expand Down

0 comments on commit c45a7ac

Please sign in to comment.