Skip to content

Commit

Permalink
Merge pull request #5 from UMD-AOSC/day2-dev
Browse files Browse the repository at this point in the history
fix tutorial 4 argument error
  • Loading branch information
StevePny committed Jan 23, 2018
2 parents b8de42f + 20d220c commit 7981832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runall_tutorial_4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "sh runall_tutorial_4.sh <method2>"
echo "Hybrid is analyzed and compared to <method2>"

method1=Hybrid
method2=$2
method2=$1
python analysis_init.py $method1
python generate_analysis_3dEns.py
python plot_analysis_vs_nature.py $method1
Expand Down

0 comments on commit 7981832

Please sign in to comment.