Skip to content

Commit a0865a9

Browse files
EliEli
authored andcommitted
Elaborated on discrepancy checking during update_flagged_data and made changes that will improve binary similarity.
1 parent cf06638 commit a0865a9

5 files changed

Lines changed: 215 additions & 61 deletions

File tree

dms_datastore/auto_screen.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ def ncro_fetcher(repo, station_id, param, subloc, data_path=None):
501501
repo=repo,
502502
data_path=data_path,
503503
meta=True,
504+
force_regular=True
504505
)
505506

506507
def general_fetcher(repo, station_id, param, subloc, data_path=None):
@@ -511,6 +512,7 @@ def general_fetcher(repo, station_id, param, subloc, data_path=None):
511512
repo=repo,
512513
data_path=data_path,
513514
meta=True,
515+
force_regular=True
514516
)
515517

516518
def custom_fetcher(agency):

dms_datastore/read_multi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def read_ts_repo(
104104
start=None,
105105
end=None,
106106
meta=False,
107-
force_regular=False,
107+
force_regular=True,
108108
modifier=None,
109109
data_path=None,
110110
):

0 commit comments

Comments
 (0)