diff options
| author | Arun Isaac | 2026-01-27 22:03:13 +0000 |
|---|---|---|
| committer | Arun Isaac | 2026-01-28 00:08:34 +0000 |
| commit | 963e662a93291b2e5297f637e8a59947657d4325 (patch) | |
| tree | 9398d5b32cef652362fd16486bcb2b0881136001 /tests | |
| parent | 28fdc651f0174b60282392105992fd7c356459c7 (diff) | |
| download | pyhegp-963e662a93291b2e5297f637e8a59947657d4325.tar.gz pyhegp-963e662a93291b2e5297f637e8a59947657d4325.tar.lz pyhegp-963e662a93291b2e5297f637e8a59947657d4325.zip | |
Remove unnecessary is_phenotype_metadata_column import.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_pyhegp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pyhegp.py b/tests/test_pyhegp.py index 373f39e..569ebe5 100644 --- a/tests/test_pyhegp.py +++ b/tests/test_pyhegp.py @@ -30,7 +30,7 @@ import pytest from pytest import approx from pyhegp.pyhegp import Stats, main, hegp_encrypt, hegp_decrypt, random_key, pool_stats, center, uncenter, standardize, unstandardize, genotype_summary, drop_zero_stddev_snps, drop_uncommon_snps, encrypt_genotype, encrypt_phenotype, cat_genotype, cat_phenotype -from pyhegp.serialization import Summary, read_summary, read_genotype, is_genotype_metadata_column, is_phenotype_metadata_column +from pyhegp.serialization import Summary, read_summary, read_genotype, is_genotype_metadata_column from pyhegp.utils import negate from helpers.strategies import genotype_frames, phenotype_frames, keys |
