We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eafbed commit 03a992cCopy full SHA for 03a992c
1 file changed
HW14.ipynb
@@ -157,7 +157,7 @@
157
" self.Rgas = 8314.46 # J/kmol*K\n",
158
" self.M = MW\n",
159
" with open(\"thermoData.yaml\") as yfile : \n",
160
- " yfile = yaml.load(yfile)\n",
+ " yfile = yaml.safe_load(yfile)\n",
161
" self.a_lo = yfile[species][\"a_lo\"]\n",
162
" self.a_hi = yfile[species][\"a_hi\"]\n",
163
" self.T_lo = 300.\n",
0 commit comments