about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)Author
33 hoursCatenate phenotype frames along the index.Arun Isaac
33 hoursSplit catenable phenotype frames along the index.Arun Isaac
34 hoursGeneralize split_data_frame to split along any axis.Arun Isaac
34 hoursSimplify split_data_frame so it is more composable.Arun Isaac
2 daysGenerate unique SNPs in genotype frames without dropping duplicates.Arun Isaac
2 daysDeduplicate genotype frame metadata generation.Arun Isaac
2 daysDrop SNPs with a zero standard deviation.Arun Isaac
3 daysAvoid wildcard import from helpers.strategies.Arun Isaac
3 daysLimit values in genotype and phenotype strategies.Arun Isaac
3 daysTest that ciphertext does not contain NA values.Arun Isaac
3 daysParameterize number of samples in phenotype frame strategy.Arun Isaac
3 daysParameterize number of samples in genotype frame strategy.Arun Isaac
3 daysParameterize presence of reference column in genotype frame strategy.Arun Isaac
3 daysAdd keys strategy.Arun Isaac
4 daysCompare complete frame in test_cat_*.Arun Isaac
4 daysDo not import unused settings from hypothesis.Arun Isaac
4 daysTest cat_phenotype.Arun Isaac
5 daysRename cat subcommand to cat-genotype.Arun Isaac
5 daysAdd is_phenotype_metadata_column.Arun Isaac
5 daysDrop duplicates in generated test phenotype frames.Arun Isaac
5 daysMerge, not concat, genotype frames.Arun Isaac
5 daysTest cat_genotype.Arun Isaac
5 daysAdd is_genotype_metadata_column.Arun Isaac
5 daysDrop duplicates in generated test genotype frames.Arun Isaac
5 daysMove hypothesis strategies to separate file.Arun Isaac
5 daysSuffix CLI subcommand functions with _command.Arun Isaac
6 daysDo not require output ciphertext file path.Arun Isaac
6 daysUse open method of Path object, rather than the open function.Arun Isaac
6 daysTest for existence of output files.Arun Isaac
6 daysAdd 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
2025-08-01Test that read_genotype and write_genotype are inverses.Arun Isaac
2025-08-01Test solution of linear system after encryption.Arun Isaac
2025-08-01Separate standardization from encryption.Arun Isaac
2025-08-01Do not test encryption on order 1 matrices.Arun Isaac
2025-07-17Standardize before encryption.Arun Isaac
2025-07-17Add standardization.Arun Isaac
2025-07-17Add pool subcommand.Arun Isaac
2025-07-17Implement the summary file format.Arun Isaac
2025-07-17Use default array shapes testing encryption/decryption.Arun Isaac
2025-07-17Reduce maximum matrix size testing encryption/decryption.Arun Isaac
2025-07-17Organize source into directory structure.Arun Isaac