Skip to content

Commit 7981832

Browse files
authored
Merge pull request #5 from UMD-AOSC/day2-dev
fix tutorial 4 argument error
2 parents b8de42f + 20d220c commit 7981832

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)