Skip to content
Snippets Groups Projects
Commit b150e76c authored by Carsten Hinz's avatar Carsten Hinz
Browse files

adapted script for further testing

parent b189fd98
No related branches found
No related tags found
2 merge requests!11Creation of first beta release version,!5Resolve "handling for request returning a shorter daterange than requested"
......@@ -19,7 +19,7 @@ configs = dict()
country="AL"
valid_data = Config(
grid,
TimeSample( start=dt(2000,1,1), end=dt(2018,12,31), sampling="daily"),#possibly adopt range:-)
TimeSample( start=dt(2000,1,1), end=dt(2018,12,31), sampling="monthly"),#possibly adopt range:-)
["mole_fraction_of_ozone_in_air"],#variable name
[ "dma8epa" ],
{varName : country}
......@@ -59,6 +59,8 @@ for person, config in configs.items():
stats=config.stats,
**config.moreOptions
)
for dset in datasets:
print(dset)
except KeyError as e:
print("failed for ", person)
continue
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment