Skip to content

Commit

Permalink
Implement DVAS upload features
Browse files Browse the repository at this point in the history
  • Loading branch information
tukiains committed Oct 14, 2023
1 parent cc47c97 commit 329b32c
Show file tree
Hide file tree
Showing 6 changed files with 359 additions and 241 deletions.
2 changes: 2 additions & 0 deletions scripts/cloudnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
process_housekeeping,
process_model,
process_model_evaluation,
upload_to_dvas,
)

warnings.simplefilter("ignore", UserWarning)
Expand All @@ -31,6 +32,7 @@
"qc": create_qc_reports,
"housekeeping": process_housekeeping,
"fetch": fetch_data_to_dev,
"dvas": upload_to_dvas,
}


Expand Down
239 changes: 0 additions & 239 deletions scripts/dvas-integration.py

This file was deleted.

Loading

0 comments on commit 329b32c

Please sign in to comment.