Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-2025.0.1' into estelle/d…
Browse files Browse the repository at this point in the history
…ropDownloadNullHgvsColumns

Debug mock_worker_variant_insertion so the tests can pass.
  • Loading branch information
EstelleDa committed Feb 10, 2025
2 parents 9733b91 + 5ce410d commit fb6e690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def mock_worker_variant_insertion(client, db, data_provider, score_set, scores_c
score_df = csv_data_to_df(score_file)

if counts_csv_path is not None:
with open(scores_csv_path, "rb") as counts_file:
with open(counts_csv_path, "rb") as counts_file:
counts_df = csv_data_to_df(counts_file)
else:
counts_df = None
Expand Down

0 comments on commit fb6e690

Please # to comment.