Skip to content

Commit

Permalink
Merge pull request #626 from metno/pyaerocom-ng-test
Browse files Browse the repository at this point in the history
change URL to test new pyaerocom webserver with CI
  • Loading branch information
jgriesfeller authored May 2, 2022
2 parents 46d1a3b + ac6e1a2 commit f1b209d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyaerocom/access_testdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from traceback import format_exc

import requests

from pyaerocom import const
from pyaerocom.io import (
ReadAeronetInvV3,
Expand All @@ -22,9 +21,8 @@


class AccessTestData:

#: That's were the testdata can be downloaded from
URL_TESTDATA = "https://pyaerocom.met.no/pyaerocom-suppl/testdata-minimal.tar.gz.ebas_202201"
URL_TESTDATA = "https://pyaerocom-ng.met.no/pyaerocom-suppl/testdata-minimal.tar.gz.ebas_202201"

#: Directory where testdata will be downloaded into
BASEDIR_DEFAULT = const.OUTPUTDIR
Expand Down

0 comments on commit f1b209d

Please sign in to comment.