Skip to content

Commit

Permalink
fix typo in sys ID
Browse files Browse the repository at this point in the history
  • Loading branch information
yalinli2 committed Oct 28, 2023
1 parent 0b812cf commit 9c5d885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exposan/pou_disinfection/systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def create_systemB(flowsheet=None,
number_of_households=number_of_households)

############### Simulation, TEA, and LCA ###############
sysB = System('sysV', path=(B1, B2))
sysB = System('sysB', path=(B1, B2))

TEA(system=sysB, discount_rate=discount_rate, start_year=start_year,
lifetime=lifetime, uptime_ratio=1, lang_factor=None,
Expand Down

0 comments on commit 9c5d885

Please sign in to comment.