Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Aug 7, 2019
1 parent dae520e commit 9837221
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
production = True
collection = "caltechdata.ds"

#get_caltechdata(collection, production)
# get_caltechdata(collection, production)

mapping_file = "tindfile_mapping.csv"

Expand Down Expand Up @@ -45,9 +45,9 @@
build_aggregate(month_collection)
aggregate_usage(usage_collection, month_collection)

#keys = dataset.keys(month_collection)
#keys.remove('2019-08')
#keys = ['2018-07']
# keys = dataset.keys(month_collection)
# keys.remove('2019-08')
# keys = ['2018-07']
today = datetime.today()
last_month = today.replace(day=1) - timedelta(days=1)
keys = [f"{last_month.year}-{last_month.month:02}"]
Expand Down

0 comments on commit 9837221

Please sign in to comment.