Skip to content

Commit 65c9d13

Browse files
committed
improved code testing
1 parent 54c098f commit 65c9d13

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

automated-testing/build-documentation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"path_to_docs = git_path + \"/mdcourse.github.io/docs/source/chapters/\"\n",
2929
"\n",
3030
"class_list = []\n",
31-
"for chapter_id in [1, 2, 3]:\n",
31+
"for chapter_id in [1, 2, 3, 4, 5]:\n",
3232
"\n",
3333
" folder = \"generated-codes/chapter\"+str(chapter_id)+\"/\"\n",
3434
" if os.path.exists(folder) is False:\n",

python-codes/Utilities.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
from scipy import constants as cst
21
import numpy as np
32

4-
import MDAnalysis as mda
53
from MDAnalysis.analysis import distances
64
from Potentials import LJ_potential
75

0 commit comments

Comments
 (0)