Skip to content

Commit a3bb39b

Browse files
committed
fixed notebook
1 parent 722b987 commit a3bb39b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/content/freysoldt-correction.ipynb

+1-2
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@
213213
" \"\"\"Read the output of sxdefectalign\"\"\"\n",
214214
" fname = str(DEFECT_DIR / f\"q={q}/corr_align.out\")\n",
215215
" gen = reverse_readfile(fname)\n",
216-
" next(gen)\n",
217216
" line = next(gen)\n",
218217
" return float(line.split()[3])"
219218
]
@@ -242,7 +241,7 @@
242241
"name": "python",
243242
"nbconvert_exporter": "python",
244243
"pygments_lexer": "ipython3",
245-
"version": "3.9.16"
244+
"version": "3.11.11"
246245
}
247246
},
248247
"nbformat": 4,

0 commit comments

Comments
 (0)