Skip to content

Commit

Permalink
update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Nov 13, 2023
1 parent 25ae469 commit 8735c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def prpf8_amplification(prpf8_ncbi_seq_loc):

@pytest.fixture(scope="module")
def genomic_del3_dup3_cn_38(genomic_del3_dup3_loc_not_normalized):
"""Create test fixture CN variation for del/dup 3 on GRCh38"""
"""Create test fixture copy number variation for del/dup 3 on GRCh38"""
params = {
"type": "CopyNumberCount",
"id": "ga4gh:CN.rPsK0krAHgmXhDZEw4fqymR0iDQa3UCJ",
Expand Down
2 changes: 1 addition & 1 deletion tests/to_copy_number_variation/test_hgvs_to_copy_number.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def genomic_dup3_37_loc():

@pytest.fixture(scope="module")
def genomic_del3_dup3_cn_37(genomic_dup3_37_loc):
"""Create test fixture CN + CX variation for del/dup 3 on GRCh37"""
"""Create test fixture copy number variation for del/dup 3 on GRCh37"""
params = {
"type": "CopyNumberCount",
"id": "ga4gh:CN.TFwnv4Lv7f2ZvboyqSBygWbC57QzuQ8R",
Expand Down

0 comments on commit 8735c9a

Please sign in to comment.