Skip to content

Commit 83eb648

Browse files
committed
fix test
1 parent 8728040 commit 83eb648

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pgscatalog.calclib/src/pgscatalog/calclib/principalcomponents.py

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class PrincipalComponents:
1616
"""
1717
This class represents principal components data calculated by fraposa-pgsc
1818
19+
>>> from ._config import Config
1920
>>> ref_pc = PrincipalComponents(pcs_path=[Config.ROOT_DIR / "tests" / "ref.pcs"], dataset="reference", psam_path=Config.ROOT_DIR / "tests" / "ref.psam", pop_type=PopulationType.REFERENCE)
2021
>>> ref_pc
2122
PrincipalComponents(dataset='reference', pop_type=PopulationType.REFERENCE, pcs_path=[PosixPath('.../pgscatalog.calclib/tests/ref.pcs')], psam_path=PosixPath('.../pgscatalog.calclib/tests/ref.psam'))

0 commit comments

Comments
 (0)