Skip to content

Commit

Permalink
2 do
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Nov 26, 2024
1 parent 989c91d commit f2ee256
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test_simulate_adapters/test_cantera_IDT.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2ee256

Please sign in to comment.