Limit Python exports #6492
Annotations
2 warnings and 1 notice
|
Run Python tests:
test/python/test_reaction.py#L73
Kinetics::checkDuplicates:
*******************************************************************************
InputFileError thrown by Kinetics::checkDuplicates:
Error on lines 10 and 12 of input string:
Undeclared duplicate third body reactions with a common third body detected.
Add the field 'explicit-third-body-duplicates: mark-duplicate' or
'explicit-third-body-duplicates: modify-efficiency' to the YAML phase entry
to choose how these reactions should be handled and suppress this warning.
Reaction 1: H + O2 + M <=> HO2 + M
Reaction 2: H + O2 + H2O <=> HO2 + H2O
| Line |
| 5 | kinetics: bulk
| 6 |
| 7 | species: [{gri30.yaml/species: all}]
| 8 |
| 9 | reactions:
> 10 > - equation: H + O2 + H2O <=> HO2 + H2O
^
| 11 | rate-constant: {A: 1.126e+19, b: -0.76, Ea: 0.0}
> 12 > - equation: H + O2 + M <=> HO2 + M
^
| 13 | rate-constant: {A: 1.126e+19, b: -0.76, Ea: 0.0}
| 14 | default-efficiency: 0
| 15 | efficiencies: {H2O: 1}
-------------------------------------------------------------------------------
0# std::array<char,19>::back in cantera_shared
1# fmt::v9::make_format_args<fmt::v9::basic_format_context<fmt::v9::appender,char>,unsigned __int64 const & __ptr64,std::basic_string<char,std::char_traits<char>,std::allocator<char> > const & __ptr64> in cantera_shared
2# Cantera::CanteraError::CanteraError in cantera_shared
3# Cantera::CanteraError::CanteraError<> in cantera_shared
4# Cantera::InputFileError::InputFileError<unsigned __int64,std::basic_string<char,std::char_traits<char>,std::allocator<char> >,unsigned __int64,std::basic_string<char,std::char_traits<char>,std::allocator<char> > > in cantera_shared
5# Cantera::Kinetics::checkDuplicates in cantera_shared
6# Cantera::YamlWriter::toYamlString in cantera_shared
7# PyInit_units in _cantera_cp313_win_amd64
8# PyInit_units in _cantera_cp313_win_amd64
9# PyInit_units in _cantera_cp313_win_amd64
10# PyObject_VectorcallMethod in python313
11# PyInit_reactor in _cantera_cp313_win_amd64
12# PyInit_reactor in _cantera_cp313_win_amd64
13# PyInit_reactor in _cantera_cp313_win_amd64
14# PyObject_Vectorcall in python313
15# PyObject_Vectorcall in python313
16# PyEval_EvalFrameDefault in python313
17# PyObject_Vectorcall in python313
18# PyObject_CallNoArgs in python313
19# PyObject_Call in python313
*******************************************************************************
|
|
Run Python tests:
test/python/test_reaction.py#L73
Kinetics::checkDuplicates:
*******************************************************************************
InputFileError thrown by Kinetics::checkDuplicates:
Error on lines 10 and 12 of input string:
Undeclared duplicate third body reactions with a common third body detected.
Add the field 'explicit-third-body-duplicates: mark-duplicate' or
'explicit-third-body-duplicates: modify-efficiency' to the YAML phase entry
to choose how these reactions should be handled and suppress this warning.
Reaction 1: H + O2 + M <=> HO2 + M
Reaction 2: H + O2 + H2O <=> HO2 + H2O
| Line |
| 5 | kinetics: bulk
| 6 |
| 7 | species: [{gri30.yaml/species: all}]
| 8 |
| 9 | reactions:
> 10 > - equation: H + O2 + H2O <=> HO2 + H2O
^
| 11 | rate-constant: {A: 1.126e+19, b: -0.76, Ea: 0.0}
> 12 > - equation: H + O2 + M <=> HO2 + M
^
| 13 | rate-constant: {A: 1.126e+19, b: -0.76, Ea: 0.0}
| 14 | default-efficiency: 0
| 15 | efficiencies: {H2O: 1}
-------------------------------------------------------------------------------
0# std::array<char,19>::back in cantera_shared
1# fmt::v9::make_format_args<fmt::v9::basic_format_context<fmt::v9::appender,char>,unsigned __int64 const & __ptr64,std::basic_string<char,std::char_traits<char>,std::allocator<char> > const & __ptr64> in cantera_shared
2# Cantera::CanteraError::CanteraError in cantera_shared
3# Cantera::CanteraError::CanteraError<> in cantera_shared
4# Cantera::InputFileError::InputFileError<unsigned __int64,std::basic_string<char,std::char_traits<char>,std::allocator<char> >,unsigned __int64,std::basic_string<char,std::char_traits<char>,std::allocator<char> > > in cantera_shared
5# Cantera::Kinetics::checkDuplicates in cantera_shared
6# Cantera::YamlWriter::toYamlString in cantera_shared
7# PyInit_units in _cantera_cp313_win_amd64
8# PyInit_units in _cantera_cp313_win_amd64
9# PyInit_units in _cantera_cp313_win_amd64
10# PyObject_VectorcallMethod in python313
11# PyInit_reactor in _cantera_cp313_win_amd64
12# PyInit_reactor in _cantera_cp313_win_amd64
13# PyInit_reactor in _cantera_cp313_win_amd64
14# PyObject_Vectorcall in python313
15# PyObject_Vectorcall in python313
16# PyEval_EvalFrameDefault in python313
17# PyObject_Vectorcall in python313
18# PyObject_CallNoArgs in python313
19# PyObject_Call in python313
*******************************************************************************
|
|
Windows-2025 runners will change the working directory to a new D:/ drive beginning on 2025-08-18. For more details see https://github.com/actions/runner-images/issues/12744.
|
Loading