Skip to content

Commit d7c81f3

Browse files
committed
f tm
1 parent 45ed4ad commit d7c81f3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/test_main.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,14 @@
5454
'sensitivity': {'ME_methods': ['CSE', 'MSC'],
5555
'SA_threshold': 0.01,
5656
'adapter': 'CanteraConstantTP',
57+
'adaptive_perturbation': False,
5758
'atol': 1e-06,
59+
'delta_h': 0.1,
60+
'delta_k': 0.05,
61+
'experimental_idt_path': None,
5862
'global_observables': None,
63+
'idt_criterion': 'max_dOHdt',
64+
'idt_sa_method': 'brute_force',
5965
'max_sa_workers': 24,
6066
'pdep_SA_threshold': 0.001,
6167
'rtol': 0.0001,

0 commit comments

Comments
 (0)