From 624c3f67adc20ba23f7f69153a7fd96463da6170 Mon Sep 17 00:00:00 2001 From: Yalin Date: Wed, 4 Oct 2023 23:47:31 -0400 Subject: [PATCH] take interface test out, will use bsm2 when it's done --- tests/test_exposan.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/test_exposan.py b/tests/test_exposan.py index 50062fcc..b716f8d5 100644 --- a/tests/test_exposan.py +++ b/tests/test_exposan.py @@ -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