Skip to content

Commit 61ecc3a

Browse files
jonwzhengsevyharris
authored andcommitted
Fix typos in notebooks
Addit'l errors were either uncaught or perhaps introduced in previous commits. Thanks @sevyharris for catching these!
1 parent a766636 commit 61ecc3a

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

ipython/combustion_model_and_ignition_delay_demo.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,6 @@
423423
"network.advance(ign_delay_time)\n",
424424
"ROP_C = ct.ReactionPathDiagram(gas, 'C')\n",
425425
"\n",
426-
"from PIL import Image as PILimg\n",
427-
"ROP1 = plt.subplot(1,1,1)\n",
428426
"dot_file = os.path.join(directory, 'cantera', 'rxnpathC.dot')\n",
429427
"img_file = os.path.join(directory, 'cantera', 'rxnpathC.png')\n",
430428
"ROP_C.title = 'Reaction path diagram following C'\n",

ipython/temperature_dependent_solvation_free_energy.ipynb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,6 @@
9494
"## Run solvation calculations"
9595
]
9696
},
97-
{
98-
"cell_type": "code",
99-
"execution_count": null,
100-
"metadata": {},
101-
"outputs": [],
102-
"source": [
103-
"solvationDatabase.get_T_dep_solvation_energy_from_LSER_298(solute_data, solvent_data, T)"
104-
]
105-
},
10697
{
10798
"cell_type": "code",
10899
"execution_count": null,

0 commit comments

Comments
 (0)