Skip to content

Commit aa88fd1

Browse files
committed
include test for product that is impossible
1 parent e93cba2 commit aa88fd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_Gibbs_equilibrium_reactor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from scipy.optimize import differential_evolution, Bounds
99

1010
def test_equilibrium_reactor_NO2_N2O4():
11-
bst.settings.set_thermo(['N2O4', 'NO2'], pkg='ideal gas', cache=True)
11+
bst.settings.set_thermo(['N2O4', 'NO2', 'H2O'], pkg='ideal gas', cache=True)
1212
scenarios = [
1313
(273.15, 101325),
1414
]

0 commit comments

Comments
 (0)