We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ed4ad commit d7c81f3Copy full SHA for d7c81f3
1 file changed
tests/test_main.py
@@ -54,8 +54,14 @@
54
'sensitivity': {'ME_methods': ['CSE', 'MSC'],
55
'SA_threshold': 0.01,
56
'adapter': 'CanteraConstantTP',
57
+ 'adaptive_perturbation': False,
58
'atol': 1e-06,
59
+ 'delta_h': 0.1,
60
+ 'delta_k': 0.05,
61
+ 'experimental_idt_path': None,
62
'global_observables': None,
63
+ 'idt_criterion': 'max_dOHdt',
64
+ 'idt_sa_method': 'brute_force',
65
'max_sa_workers': 24,
66
'pdep_SA_threshold': 0.001,
67
'rtol': 0.0001,
0 commit comments