Skip to content

Commit ee5465e

Browse files
committed
chore: update comment
1 parent 9f5b465 commit ee5465e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def find_max_feasible_rate(
4949
"""
5050
solution = self._solver.find_solution(self._pressure_constraint, inlet_stream)
5151
if solution.success:
52+
# The train can handle the full rate — no need to search for a bottleneck.
5253
return inlet_stream.standard_rate_sm3_per_day
5354

5455
# Apply the configuration from the (failed) solution to ensure

0 commit comments

Comments
 (0)