diff --git a/tests/test_core.py b/tests/test_core.py index 8dd82b9f..e679c051 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -440,8 +440,6 @@ def test_typetracer_function(daa: Array) -> None: tta = typetracer_array(aa) assert tta is not None assert tta.layout.form == aa.layout.form - with pytest.raises(TypeError, match="Got type "): - typetracer_array(3) def test_single_partition(ndjson_points_file: str) -> None: