Skip to content

Commit

Permalink
Defects notebook updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkumar committed May 31, 2020
1 parent aec0004 commit 4f12496
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/DefectExampleNotebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,11 @@
"import matplotlib.pyplot as plt\n",
"%matplotlib inline\n",
"\n",
"cps = cp_dict['Al-AlN']\n",
"try:\n",
" cps = cp_dict['Al-AlN']\n",
"except:\n",
" cps = cp_dict[\"AlN-Al\"]\n",
" \n",
"TempRange = np.arange(300, 1001, 100)\n",
"ConcenRange = []\n",
"for T in TempRange:\n",
Expand Down Expand Up @@ -905,7 +909,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.6"
"version": "3.8.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 4f12496

Please sign in to comment.