Skip to content

Commit 4f12496

Browse files
committed
Defects notebook updated
1 parent aec0004 commit 4f12496

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/DefectExampleNotebook.ipynb

+6-2
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,11 @@
279279
"import matplotlib.pyplot as plt\n",
280280
"%matplotlib inline\n",
281281
"\n",
282-
"cps = cp_dict['Al-AlN']\n",
282+
"try:\n",
283+
" cps = cp_dict['Al-AlN']\n",
284+
"except:\n",
285+
" cps = cp_dict[\"AlN-Al\"]\n",
286+
" \n",
283287
"TempRange = np.arange(300, 1001, 100)\n",
284288
"ConcenRange = []\n",
285289
"for T in TempRange:\n",
@@ -905,7 +909,7 @@
905909
"name": "python",
906910
"nbconvert_exporter": "python",
907911
"pygments_lexer": "ipython3",
908-
"version": "3.6.6"
912+
"version": "3.8.3"
909913
}
910914
},
911915
"nbformat": 4,

0 commit comments

Comments
 (0)