about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)Author
4 daysRequire that (chromosome, position) in genotype frames is unique. HEAD mainArun Isaac
4 daysRestrict reference to single character.Arun Isaac
4 daysDo not drop zero standard deviation SNPs with --only-center.Arun Isaac
4 daysRemove unnecessary is_phenotype_metadata_column import.Arun Isaac
4 daysMove SNP deletion out of encrypt_genotype function.Arun Isaac
2026-01-16Allow generation of block diagonal keys.Arun Isaac
2026-01-16Add BlockDiagonalMatrix.Arun Isaac
2026-01-16Remove unnecessary imports from test_serialization.py.Arun Isaac
2026-01-16Add --only-center option.Arun Isaac
2026-01-16Separate centering from normalization.Arun Isaac
2026-01-16Add intercept column in phenotypes file.Arun Isaac
2025-11-28Handle absent optional reference column.Arun Isaac
2025-09-06Catenate phenotype frames along the index.Arun Isaac
2025-09-06Split catenable phenotype frames along the index.Arun Isaac
2025-09-06Generalize split_data_frame to split along any axis.Arun Isaac
2025-09-06Simplify split_data_frame so it is more composable.Arun Isaac
2025-09-05Generate unique SNPs in genotype frames without dropping duplicates.Arun Isaac
2025-09-05Deduplicate genotype frame metadata generation.Arun Isaac
2025-09-05Drop SNPs with a zero standard deviation.Arun Isaac
2025-09-04Avoid wildcard import from helpers.strategies.Arun Isaac
2025-09-04Limit values in genotype and phenotype strategies.Arun Isaac
2025-09-04Test that ciphertext does not contain NA values.Arun Isaac
2025-09-04Parameterize number of samples in phenotype frame strategy.Arun Isaac
2025-09-04Parameterize number of samples in genotype frame strategy.Arun Isaac
2025-09-04Parameterize presence of reference column in genotype frame strategy.Arun Isaac
2025-09-04Add keys strategy.Arun Isaac
2025-09-04Compare complete frame in test_cat_*.Arun Isaac
2025-09-04Do not import unused settings from hypothesis.Arun Isaac
2025-09-04Test cat_phenotype.Arun Isaac
2025-09-02Rename cat subcommand to cat-genotype.Arun Isaac
2025-09-02Add is_phenotype_metadata_column.Arun Isaac
2025-09-02Drop duplicates in generated test phenotype frames.Arun Isaac
2025-09-02Merge, not concat, genotype frames.Arun Isaac
2025-09-02Test cat_genotype.Arun Isaac
2025-09-02Add is_genotype_metadata_column.Arun Isaac
2025-09-02Drop duplicates in generated test genotype frames.Arun Isaac
2025-09-02Move hypothesis strategies to separate file.Arun Isaac
2025-09-02Suffix CLI subcommand functions with _command.Arun Isaac
2025-09-01Do not require output ciphertext file path.Arun Isaac
2025-09-01Use open method of Path object, rather than the open function.Arun Isaac
2025-09-01Test for existence of output files.Arun Isaac
2025-09-01Add phenotype file format and serialization functions.Arun Isaac
2025-08-06Subset to common SNPs.Arun Isaac
2025-08-06Standardize key files.Arun Isaac
2025-08-06Compute summary on encryption if not provided.Arun Isaac
2025-08-06Add simple workflow.Arun Isaac
2025-08-06Test joint workflow CLI.Arun Isaac
2025-08-06Standardize file formats in the likeness of plink files.Arun Isaac
2025-08-06Move negate to pyhegp.utils.Arun Isaac
2025-08-06Loosen relative tolerance in test_pool_stats.Arun Isaac