From 925bb7d67bcd7e5b756987093b15d21426852ba1 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 4 Aug 2025 13:25:55 +0100 Subject: Compute summary on encryption if not provided. * pyhegp/pyhegp.py (genotype_summary): New function. (summary): Use genotype_summary. (encrypt): Compute summary if not provided. * tests/test_pyhegp.py (test_simple_workflow): Remove xfail mark. --- tests/test_pyhegp.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_pyhegp.py') diff --git a/tests/test_pyhegp.py b/tests/test_pyhegp.py index 52a6238..d91f164 100644 --- a/tests/test_pyhegp.py +++ b/tests/test_pyhegp.py @@ -105,7 +105,6 @@ def test_conservation_of_solutions(genotype, phenotype): == np.linalg.solve(hegp_encrypt(genotype, key), hegp_encrypt(phenotype, key))) -@pytest.mark.xfail def test_simple_workflow(): result = CliRunner().invoke(main, ["encrypt", -- cgit 1.4.1