Skip to content

Commit

Permalink
Merge pull request #1128 from dwhswenson/fix-dropbox-dl
Browse files Browse the repository at this point in the history
Fix Dropbox download of precalculated results
  • Loading branch information
dwhswenson committed Jan 9, 2023
2 parents aecf8a6 + 659360f commit 53d9033
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/ipynbtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ testfail=0
PYTHON_VERSION=`python -V 2>&1 | awk '{print $2}' | awk 'BEGIN { FS="." } { print $1 "." $2}'`
echo "Running tests for Python version: $PYTHON_VERSION"

dropbox_base_url="http://www.dropbox.com/s"
dropbox_base_url="https://www.dropbox.com/s"

case $PYTHON_VERSION in
"2.7")
Expand All @@ -33,8 +33,8 @@ case $PYTHON_VERSION in
echo "Unsupported Python version: $PYTHON_VERSION"
esac

curl -OLk $mstis
curl -OLk $mistis
curl -OLk --http1.1 $mstis
curl -OLk --http1.1 $mistis
cp `basename $mstis` toy_mstis_1k_OPS1.nc
cp `basename $mistis` toy_mistis_1k_OPS1.nc

Expand Down

0 comments on commit 53d9033

Please sign in to comment.