Skip to content

Commit

Permalink
Another test
Browse files Browse the repository at this point in the history
  • Loading branch information
manopapad committed Jul 19, 2023
1 parent d8b6be1 commit a0e9323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import cunumeric as num

SCALARS_INF = (np.inf, -np.inf, np.nan, 0)
ARRAYS_INF = ([np.inf, -np.inf, np.nan, 0],)
ARRAYS_INF = ([np.inf, np.nan, 0],)


@pytest.mark.parametrize("x", SCALARS_INF + ARRAYS_INF)
Expand Down

0 comments on commit a0e9323

Please sign in to comment.