Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kushaalkumar-pothula authored Feb 22, 2021
1 parent 9bf4aa3 commit fbd5b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ current_date_time="`date "+%Y-%m-%d %H:%M"`";
echo "Starting MAGNETO at $current_date_time"


echo "Initializing simulation"
echo "Initializing simulation..."
start_time="$(date -u +%s)"

python FlareTimes.py
echo "Simulation complete"

echo "Initializing analysis"
echo "Initializing analysis..."
python FlareTimePlot.py

end_time="$(date -u +%s)"
Expand Down

0 comments on commit fbd5b44

Please sign in to comment.