Skip to content

Commit 4600384

Browse files
committed
fixed files tutorial 1
1 parent 9b4b6d7 commit 4600384

4 files changed

Lines changed: 21 additions & 62 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ _region_.*
3232

3333
# LAMMPS output files
3434
dump.*.jpg
35-
dump.*.ppn
35+
dump.*.ppm
36+
myimage-*.ppm

files/tutorial1/solution/improved.md.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"git_repo = git.Repo(current_path, search_parent_directories=True)\n",
4949
"git_path = git_repo.git.rev_parse(\"--show-toplevel\")\n",
5050
"path_in_folder = current_path[len(git_path)+1:]\n",
51-
"sys.path.append(git_path + \"/files/pyplot-perso\")\n",
51+
"sys.path.append(git_path + \"/files/shared-pyplot\")\n",
5252
"from plttools import PltTools\n",
5353
"path_figures = git_path + \"/figures/\""
5454
]

0 commit comments

Comments
 (0)