Skip to content

Commit a051977

Browse files
committed
algorithm test updated to use nsidc-s3 asset when running in AWS
1 parent 2de8cbe commit a051977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/algorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def plotresults(act, exp, ph, region):
181181
# Set URL #
182182
if len(sys.argv) > 1:
183183
url = sys.argv[1]
184-
asset = "atlas-s3"
184+
asset = "nsidc-s3"
185185

186186
# Set Asset #
187187
if len(sys.argv) > 2:

0 commit comments

Comments
 (0)