Skip to content

Commit

Permalink
debug 'TestSpeciesData' object has no attribute 'genome'
Browse files Browse the repository at this point in the history
  • Loading branch information
AprilYUZhang committed Feb 5, 2025
1 parent 072e4bf commit 65c07e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_SusScr.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ def test_common_name(self):
assert self.species.common_name == "Pig"

def test_assembly_source(self):
assert self.genome.assembly_source == "ensembl"
assert self.species.genome.assembly_source == "ensembl"

def test_assembly_build_version(self):
assert self.genome.assembly_build_version == "113"
assert self.species.genome.assembly_build_version == "113"

# QC Tests. These tests are performed by another contributor
# independently referring to the citations provided in the
Expand Down

0 comments on commit 65c07e7

Please sign in to comment.