diff options
| author | Arun Isaac | 2026-08-26 00:42:54 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-08-26 00:47:34 +0100 |
| commit | 76da978a3ba7aa5cc5c3b4a114fdfdf6dd775688 (patch) | |
| tree | 5b768a61381756d8c73719100351ee55c90a7f8b /tests | |
| parent | 2dde35499067e462635cad6bfd5173f45001c18a (diff) | |
| download | domagi-76da978a3ba7aa5cc5c3b4a114fdfdf6dd775688.tar.gz domagi-76da978a3ba7aa5cc5c3b4a114fdfdf6dd775688.tar.lz domagi-76da978a3ba7aa5cc5c3b4a114fdfdf6dd775688.zip | |
Traverse symmetrically in both directions with extract.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_domagi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_domagi.py b/tests/test_domagi.py index 3312247..d7190a0 100644 --- a/tests/test_domagi.py +++ b/tests/test_domagi.py @@ -206,7 +206,6 @@ def test_domagi_depth_bed_windows(tmp_path, request, domagi_db_name, bed_windows pd.read_csv(io.StringIO(result.stdout), sep="\t"), check_dtype=False) -@pytest.mark.xfail @pytest.mark.parametrize("domagi_db_name, context_steps, expected_output", [("domagi_db_test1", 1, |
