Skip to content

Commit

Permalink
chore: update yaml class multiple streams
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehk committed Dec 1, 2023
1 parent ea01bbb commit 5840701
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ def to_dto(self):


class YamlVariableSpeedCompressorTrainMultipleStreamsAndPressures(YamlCompressorTrainBase):
name: str = Field(
...,
description="Name of the model. See documentation for more information.",
title="NAME",
)
type: Literal[YamlModelType.VARIABLE_SPEED_COMPRESSOR_TRAIN_MULTIPLE_STREAMS_AND_PRESSURES] = Field(
YamlModelType.VARIABLE_SPEED_COMPRESSOR_TRAIN_MULTIPLE_STREAMS_AND_PRESSURES,
description="Defines the type of model. See documentation for more information.",
Expand All @@ -119,9 +114,5 @@ class YamlVariableSpeedCompressorTrainMultipleStreamsAndPressures(YamlCompressor
title="STREAMS",
)

maximum_power: str = Field(
..., description="Optional constant MW maximum power the compressor train can require", title="MAXIMUM_POWER"
)

def to_dto(self):
raise NotImplementedError

0 comments on commit 5840701

Please sign in to comment.