Skip to content

Commit 1cb1680

Browse files
committed
remove null samples
1 parent dfd690e commit 1cb1680

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quidel/delphi_quidel/run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ def run_module():
7575
last_date=last_date)
7676
create_export_csv(res_df, geo_res=geo_res, sensor=sensor, export_dir=export_dir,
7777
start_date=export_start_dates[test_type],
78-
end_date=export_end_dates[test_type])
78+
end_date=export_end_dates[test_type],
79+
remove_null_samples=True)
7980

8081
# Export the cache file if the pipeline runs successfully.
8182
# Otherwise, don't update the cache file

0 commit comments

Comments
 (0)