Skip to content

Commit

Permalink
fixed notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Jan 19, 2025
1 parent 722b987 commit a3bb39b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/content/freysoldt-correction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@
" \"\"\"Read the output of sxdefectalign\"\"\"\n",
" fname = str(DEFECT_DIR / f\"q={q}/corr_align.out\")\n",
" gen = reverse_readfile(fname)\n",
" next(gen)\n",
" line = next(gen)\n",
" return float(line.split()[3])"
]
Expand Down Expand Up @@ -242,7 +241,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.11.11"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a3bb39b

Please sign in to comment.