Skip to content

Commit

Permalink
remove non-deterministic test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcar17 committed Feb 28, 2024
1 parent 107ac82 commit 468b8ea
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
7 changes: 0 additions & 7 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,6 @@ def test_dcm_iq():
scs_test_cli(source_trees, expected, pcg_weighting="branch")


def test_smidgenog():
expected = load_expected_tree_file("smidgenog_expected.tre")
source_trees = load_source_tree_file("smidgenog_source.tre")

scs_test_cli(source_trees, expected, pcg_weighting="branch")


def test_supertriplets():
expected = load_expected_tree_file("supertriplets_expected.tre")
source_trees = load_source_tree_file("supertriplets_source.tre")
Expand Down
1 change: 0 additions & 1 deletion tests/test_data/smidgenog_expected.tre

This file was deleted.

6 changes: 0 additions & 6 deletions tests/test_data/smidgenog_source.tre

This file was deleted.

7 changes: 0 additions & 7 deletions tests/test_spectral_cluster_supertree.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,6 @@ def test_dcm_iq():
scs_test(source_trees, expected, pcg_weighting="branch")


def test_smidgenog():
expected = load_expected_tree_file("smidgenog_expected.tre")
source_trees = load_source_tree_file("smidgenog_source.tre")

scs_test(source_trees, expected, pcg_weighting="branch")


def test_supertriplets():
expected = load_expected_tree_file("supertriplets_expected.tre")
source_trees = load_source_tree_file("supertriplets_source.tre")
Expand Down

0 comments on commit 468b8ea

Please sign in to comment.