Skip to content

Commit

Permalink
take interface test out, will use bsm2 when it's done
Browse files Browse the repository at this point in the history
  • Loading branch information
yalinli2 committed Oct 5, 2023
1 parent 946bf48 commit 624c3f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test_exposan.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ def test_exposan():
bsm1_sys.simulate(t_span=(0,10), method='BDF')
print(get_SRT(bsm1_sys, biomass_IDs=biomass_IDs)) # to test the `get_SRT` function

#!!! Will use bsm2 to test the junction models
# from exposan.interface import create_system as create_inter_system
# sys_inter = create_inter_system()
# sys_inter.simulate(method='BDF', t_span=(0, 3)) # the default 'RK45' method can't solve it

from exposan.cas import create_system as create_cas_system
cas_sys = create_cas_system()
cas_sys.simulate()

from exposan.interface import create_system as create_inter_system
sys_inter = create_inter_system()
#!!! Temporarily disable this test while trying to fix the issue
# sys_inter.simulate(method='BDF', t_span=(0, 3)) # the default 'RK45' method can't solve it

##### Systems with costs/impacts #####
from qsdsan.utils import clear_lca_registries

Expand Down

0 comments on commit 624c3f6

Please sign in to comment.