[samples] Update keyword in failing test

This commit is contained in:
Ingmar Schoegl
2023-06-21 19:57:25 -06:00
parent 3e9a908021
commit e45876491d
+1 -1
View File
@@ -104,7 +104,7 @@ if hdf_filepath:
print("Load initial guess from HDF file via SolutionArray")
arr2 = ct.SolutionArray(gas)
# the flame domain needs to be specified as subgroup
arr2.restore(hdf_filepath, name="freeflame", key="flame")
arr2.restore(hdf_filepath, name="freeflame", sub="flame")
gas.TPX = Tin, p, reactants # set the gas T back to the inlet before making new flame
f2 = ct.FreeFlame(gas, width=width)
f2.set_initial_guess(data=arr2)