Skip to content

Commit

Permalink
revert back to changes in test
Browse files Browse the repository at this point in the history
  • Loading branch information
yalinli2 committed Oct 18, 2023
1 parent b9e4f08 commit 285d450
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions tests/test_exposan.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ def test_exposan():
bw.load()
bw.print_summaries((bw.sysA, bw.sysB, bw.sysC))

# clear_lca_registries()
# from exposan import eco_san as es
# es.load()
# es.print_summaries((es.sysA, es.sysB, es.sysC))
clear_lca_registries()
from exposan import eco_san as es
es.load()
es.print_summaries((es.sysA, es.sysB, es.sysC))

clear_lca_registries()
from exposan import htl
Expand Down Expand Up @@ -91,11 +91,6 @@ def test_exposan():
pou.load()
pou.print_summaries((pou.sysA, pou.sysB, pou.sysC, pou.sysD))

clear_lca_registries()
from exposan import eco_san as es
es.load()
es.print_summaries((es.sysA, es.sysB, es.sysC))


if __name__ == '__main__':
test_exposan()

0 comments on commit 285d450

Please sign in to comment.