Skip to content

Commit

Permalink
minor update in LCA loading for metab test
Browse files Browse the repository at this point in the history
  • Loading branch information
yalinli2 committed Oct 13, 2023
1 parent b7e2df2 commit cb12b67
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/test_metab.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@
__all__ = ('test_metab', )

def test_metab():
from exposan.metab import create_system
from exposan.metab import create_system, load_lca_data
import qsdsan as qs, numpy as np

# LCA obj between modules might interference each other
from qsdsan.utils import clear_lca_registries
clear_lca_registries()
load_lca_data()

rtol=1e-3
qs.PowerUtility.price = 0.0913
UASB_M = create_system(n_stages=2, reactor_type='UASB', gas_extraction='M', tot_HRT=4)
Expand Down

0 comments on commit cb12b67

Please sign in to comment.