Skip to content

Commit ba4a57d

Browse files
cleaned up tested bug fix
1 parent e730796 commit ba4a57d

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

examples/example_07/analysis.ipynb

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,6 @@
3030
"We start by calculating the free energy of the FS potential. The input file is available at `pot1/input.1.yaml`. As usual, the calculation can be run using `calphy -i input.1.yaml`. We can now load the `report.yaml` file and check the free energy."
3131
]
3232
},
33-
{
34-
"cell_type": "code",
35-
"execution_count": 6,
36-
"id": "7b0e2137-4838-4c4b-b7ea-f925430e343d",
37-
"metadata": {},
38-
"outputs": [
39-
{
40-
"name": "stdout",
41-
"output_type": "stream",
42-
"text": [
43-
"/home/varun.nair/Desktop/ICAMS_HIWI/calphy/examples/example_07\n",
44-
"alchemy-fcc-solid-600-0\t\talchemy-fcc-solid-600-0.sub.err input.1.yaml\n",
45-
"alchemy-fcc-solid-600-0.0.data\talchemy-fcc-solid-600-0.sub.out pot1\n",
46-
"alchemy-fcc-solid-600-0.sub\tanalysis.ipynb\t\t\t pot2\n"
47-
]
48-
}
49-
],
50-
"source": [
51-
"!pwd\n",
52-
"!cd ..\n",
53-
"!ls"
54-
]
55-
},
5633
{
5734
"cell_type": "code",
5835
"execution_count": 1,
@@ -64,28 +41,6 @@
6441
"from calphy.postprocessing import read_report"
6542
]
6643
},
67-
{
68-
"cell_type": "code",
69-
"execution_count": 10,
70-
"id": "5c011f70-f645-4e3e-aa94-59b12a143587",
71-
"metadata": {},
72-
"outputs": [
73-
{
74-
"ename": "ModuleNotFoundError",
75-
"evalue": "No module named 'calphy.tests'",
76-
"output_type": "error",
77-
"traceback": [
78-
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
79-
"\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)",
80-
"Cell \u001b[0;32mIn[10], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[38;5;28;01mimport\u001b[39;00m \u001b[38;5;21;01mcalphy\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mtests\u001b[39;00m\u001b[38;5;21;01m.\u001b[39;00m\u001b[38;5;21;01mtest_helpers\u001b[39;00m \u001b[38;5;28;01mas\u001b[39;00m \u001b[38;5;21;01mth\u001b[39;00m\n",
81-
"\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'calphy.tests'"
82-
]
83-
}
84-
],
85-
"source": [
86-
"im.tests.test_helpers as th"
87-
]
88-
},
8944
{
9045
"cell_type": "code",
9146
"execution_count": 2,

0 commit comments

Comments
 (0)