Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 27, 2023
1 parent fb82e02 commit 776520b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def test_gh_curation():
assert len(sorting_curated_gh_art_mua.unit_ids) == 5



@pytest.mark.skipif(ON_GITHUB and not KACHERY_CLOUD_SET, reason="Kachery cloud secrets not available")
def test_sha1_curation():
"""
Expand Down Expand Up @@ -110,7 +109,6 @@ def test_sha1_curation():
assert len(sorting_curated_sha1_art_mua.unit_ids) == 5



def test_json_curation():
"""
Test curation using a JSON file.
Expand Down Expand Up @@ -243,7 +241,6 @@ def test_label_inheritance_int():
assert 10 in sorting_include_accept.get_unit_ids()



def test_label_inheritance_str():
"""
Test curation for label inheritance for string unit IDs.
Expand Down Expand Up @@ -312,7 +309,6 @@ def test_label_inheritance_str():
assert "e-f" in sorting_include_accept.get_unit_ids()



if __name__ == "__main__":
# generate_sortingview_curation_dataset()
test_sha1_curation()
Expand Down

0 comments on commit 776520b

Please sign in to comment.