Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes committed Mar 28, 2024
1 parent 1dc7377 commit 33f25d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thermosteam/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -2252,8 +2252,8 @@ def from_feedstock(cls, feedstock, feeds=(), ends=None, units=None, final=True):
recycle_ends.update(disjunction_streams)
recycle_ends.update(network.get_all_recycles())
recycle_ends.update(tmo.utils.products_from_units(network.units))
network.reduce_recycles()
network.sort(recycle_ends)
network.reduce_recycles()
network.add_interaction_units()
return network

Expand Down

0 comments on commit 33f25d5

Please sign in to comment.