Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cantera/cantera
/ finalize
Method
finalize
test/python/test_reaction.py:2021–2023 ·
view source on GitHub ↗
(self, rxn)
Source
from the content-addressed store, hash-verified
2019
_coverage_deps = None
2020
2021
def
finalize(self, rxn):
2022
rxn = super().finalize(rxn)
2023
return
rxn
2024
2025
def
eval_rate(self, rate):
2026
rate.set_species(self.soln.species_names)
Callers
1
from_rate
Method · 0.95
Calls
1
finalize
Method · 0.45
Tested by
no test coverage detected