Skip to content

Commit

Permalink
Address numba timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
delucchi-cmu committed Jan 22, 2025
1 parent 9d0118d commit 2921b77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/hats/pixel_tree/test_pixel_alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ def assert_mapping_matches_tree(alignment: PixelAlignment):
)


# First test using numba-compiled stuff. Give it time to compile.
@pytest.mark.timeout(20)
def test_pixel_tree_alignment_same_tree(pixel_tree_1):
alignment = align_trees(pixel_tree_1, pixel_tree_1, "inner")
assert_trees_equal(pixel_tree_1, alignment.pixel_tree)
Expand Down

0 comments on commit 2921b77

Please sign in to comment.