Skip to content

Commit e72ceec

Browse files
EliEli
authored andcommitted
Delete diagnostic code.
1 parent 4581441 commit e72ceec

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dms_datastore/download_des.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,6 @@ def des_download(stations,dest_dir,start,end=None,param=None,overwrite=False):
206206
failures.append((station,param))
207207
continue
208208

209-
print("Redundancy check for station id program ")
210-
bad = (inventory_full.loc[inventory_full['station_id'].isin([10,21,22,40,110,120])])
211-
bad = bad.drop_duplicates(subset=["station_id","program_id"],keep="first")
212-
bad = bad.sort_values(by=["station_id","program_id"])[["result_id","station_id","station_name","cdec_code","program_id"]]
213-
bad.to_csv("bad.csv")
214209

215210
rids = inventory_full.loc[(inventory_full['station_id'] == tst_id) &
216211
(inventory_full['interval_name']!='Visit') &

0 commit comments

Comments
 (0)