Skip to content

Commit 83dfe92

Browse files
committed
Remove "complex-floating point" hack for spec typo
1 parent 154c02a commit 83dfe92

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

array_api_tests/dtype_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ def result_type(*dtypes: DataType):
355355
"real-valued": real_float_dtypes,
356356
"real-valued floating-point": real_float_dtypes,
357357
"complex floating-point": complex_dtypes,
358-
"complex-floating point": complex_dtypes,
359358
"numeric": numeric_dtypes,
360359
"integer or boolean": bool_and_all_int_dtypes,
361360
}

0 commit comments

Comments
 (0)