Skip to content

Commit 20d220c

Browse files
Stephen PennyStephen Penny
authored andcommitted
fix tutorial 4 argument error
1 parent 31078f8 commit 20d220c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runall_tutorial_4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "sh runall_tutorial_4.sh <method2>"
77
echo "Hybrid is analyzed and compared to <method2>"
88

99
method1=Hybrid
10-
method2=$2
10+
method2=$1
1111
python analysis_init.py $method1
1212
python generate_analysis_3dEns.py
1313
python plot_analysis_vs_nature.py $method1

0 commit comments

Comments
 (0)