Skip to content

Commit 0f57c57

Browse files
committed
fix tests
1 parent 62fae76 commit 0f57c57

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

v03_pipeline/lib/misc/io_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_remap_pedigree_hash(self) -> None:
6363
TEST_PEDIGREE_3_REMAP,
6464
),
6565
),
66-
-560434714,
66+
573002191,
6767
)
6868

6969
def test_import_vcf(self) -> None:

v03_pipeline/lib/paths_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
metadata_for_run_path,
1616
new_variants_table_path,
1717
project_pedigree_path,
18-
project_remap_path,
1918
project_table_path,
2019
relatedness_check_table_path,
2120
remapped_and_subsetted_callset_path,

v03_pipeline/lib/tasks/dataproc/misc_test.py

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ def test_to_kebab_str_args(self, _: Mock):
3737
'test_callset',
3838
'--project-guids',
3939
'["R0113_test_project"]',
40-
'--project-remap-paths',
41-
'["test_remap"]',
4240
'--project-pedigree-paths',
4341
'["test_pedigree"]',
4442
'--skip-check-sex-and-relatedness',

v03_pipeline/lib/tasks/update_variant_annotations_table_with_new_samples_test.py

-5
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,6 @@ def test_mito_update_vat(
844844
project_guid='R0115_test_project2',
845845
remap_pedigree_hash=hl.eval(
846846
remap_pedigree_hash(
847-
'not_a_real_file',
848847
TEST_PEDIGREE_5,
849848
),
850849
),
@@ -943,7 +942,6 @@ def test_sv_multiple_vcf_update_vat(
943942
project_guid='R0115_test_project2',
944943
remap_pedigree_hash=hl.eval(
945944
remap_pedigree_hash(
946-
'not_a_real_file',
947945
TEST_PEDIGREE_5,
948946
),
949947
),
@@ -1440,7 +1438,6 @@ def test_sv_multiple_vcf_update_vat(
14401438
project_guid='R0115_test_project2',
14411439
remap_pedigree_hash=hl.eval(
14421440
remap_pedigree_hash(
1443-
'not_a_real_file',
14441441
TEST_PEDIGREE_5,
14451442
),
14461443
),
@@ -1450,7 +1447,6 @@ def test_sv_multiple_vcf_update_vat(
14501447
project_guid='R0115_test_project2',
14511448
remap_pedigree_hash=hl.eval(
14521449
remap_pedigree_hash(
1453-
'not_a_real_file',
14541450
TEST_PEDIGREE_5,
14551451
),
14561452
),
@@ -1592,7 +1588,6 @@ def test_gcnv_update_vat_multiple(
15921588
project_guid='R0115_test_project2',
15931589
remap_pedigree_hash=hl.eval(
15941590
remap_pedigree_hash(
1595-
'not_a_real_file',
15961591
TEST_PEDIGREE_5,
15971592
),
15981593
),

0 commit comments

Comments
 (0)