Skip to content

Commit 03a992c

Browse files
authored
Update HW14.ipynb
1 parent 0eafbed commit 03a992c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HW14.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
" self.Rgas = 8314.46 # J/kmol*K\n",
158158
" self.M = MW\n",
159159
" with open(\"thermoData.yaml\") as yfile : \n",
160-
" yfile = yaml.load(yfile)\n",
160+
" yfile = yaml.safe_load(yfile)\n",
161161
" self.a_lo = yfile[species][\"a_lo\"]\n",
162162
" self.a_hi = yfile[species][\"a_hi\"]\n",
163163
" self.T_lo = 300.\n",

0 commit comments

Comments
 (0)