diff --git a/tests/test_simulate_adapters/test_cantera_IDT.py b/tests/test_simulate_adapters/test_cantera_IDT.py index f6d87521..eb47dffb 100644 --- a/tests/test_simulate_adapters/test_cantera_IDT.py +++ b/tests/test_simulate_adapters/test_cantera_IDT.py @@ -236,7 +236,11 @@ def test_simulate_rmg_methane_reduced(): def test_get_sa_coefficients(): """ Test the ``get_sa_coefficients()`` method. - ## fix tests, auto-delete all files (run tests one by one to identify, add a breakdown function); eventually make sure idt sa dict is saved and save a top X version of it and plot for desired T/P/phi. add it to the computations of thermo and rxns; finally, report regular SA properly, and add an option to compute only desired families in ARC + + todo: + eventually make sure idt sa dict is saved and save a top X version of it and plot for desired T/P/phi. + add it to the computations of thermo and rxns; finally, report regular SA properly, + and add an option to compute only desired families in ARC """ t3 = run_minimal(project_directory=TEST_DIR_IDT) t3.iteration = 4 # A reduced CH4 model