Skip to content

Commit 953dd31

Browse files
committed
Clean up test inputs
1 parent c2d823b commit 953dd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OperatorEnumConstruction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ function OperatorEnum(;
225225
diff_binary_operators = Function[]
226226
diff_unary_operators = Function[]
227227

228-
test_inputs = map(x -> convert(Float32, x), LinRange(-100, 100, 99))
228+
test_inputs = Float32.(LinRange(-100, 100, 99))
229229
# Create grid over [-100, 100]^2:
230230
test_inputs_xy = reduce(
231231
hcat, reduce(hcat, ([[[x, y] for x in test_inputs] for y in test_inputs]))

0 commit comments

Comments
 (0)