Skip to content

Commit c53b4ff

Browse files
committed
chore: fix
1 parent e084c97 commit c53b4ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libecalc/presentation/yaml/mappers/process_simulation_mapper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ def map_process_simulation(self, yaml_process_simulation: YamlProcessSimulation)
449449
temperature_kelvin=self._map_temperature(yaml_stream.temperature),
450450
fluid_model=self._map_fluid_model(yaml_fluid_model),
451451
)
452+
inlet_streams.append(inlet_stream)
452453
stream_distribution = CommonStreamDistributionConfig(
453454
inlet_stream=inlet_stream,
454455
settings=settings,

0 commit comments

Comments
 (0)