From a6be9cfef44b995c5dcbc74df6ae01bb00db61ea Mon Sep 17 00:00:00 2001 From: Bryan Weber Date: Sat, 22 Apr 2023 14:36:18 -0600 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ray Speth --- interfaces/cython/cantera/with_units/solution.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/cython/cantera/with_units/solution.py.in b/interfaces/cython/cantera/with_units/solution.py.in index 0384bc462..b8d391eb9 100644 --- a/interfaces/cython/cantera/with_units/solution.py.in +++ b/interfaces/cython/cantera/with_units/solution.py.in @@ -38,7 +38,7 @@ class Solution: This implementation of `Solution ` operates with units by using the `pint` library to convert between unit systems. All properties - are asssigned units in the standard MKS system that Cantera uses, substituting kmol + are assigned units in the standard MKS system that Cantera uses, substituting kmol instead of mol. Each property is an instance of the `pint.Quantity` class. Similarly, properties must be instances of `pint.Quantity` classes when they are @@ -100,7 +100,7 @@ class PureFluid: """ This implementation of `PureFluid ` operates with units by using the `pint` library to convert between unit systems. All properties - are asssigned units in the standard MKS system that Cantera uses, substituting kmol + are assigned units in the standard MKS system that Cantera uses, substituting kmol instead of mol. Each property is an instance of the `pint.Quantity` class. Similarly, properties must be instances of `pint.Quantity` classes when they are