Skip to content

Commit

Permalink
[samples] Update keyword in failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Jun 22, 2023
1 parent 3e9a908 commit e458764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/python/onedim/flame_initial_guess.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def describe(flame):
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)
Expand Down

0 comments on commit e458764

Please sign in to comment.