Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: Matt.jl <matt.brzezinski@invenia.ca>
  • Loading branch information
oxinabox and mattBrzezinski committed May 7, 2020
1 parent 5273b41 commit 203bdd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion test/rulesets/Base/base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
end
end


@testset "*(x, y) (scalar)" begin
# This is pretty important so testing it fairly heavily
test_points = (0.0, -2.1, 3.2, 3.7+2.12im, 14.2-7.1im)
Expand Down
4 changes: 1 addition & 3 deletions test/rulesets/Base/fastmath_able.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const FASTABLE_AST = quote
rrule_test(sincos, Δz, (x, x̄))
end
end
end # Trig
end

@testset "exponents" begin
for x in (-0.1, 6.4)
Expand All @@ -51,11 +51,9 @@ const FASTABLE_AST = quote
@testset "Unary complex functions" begin
for x in (-4.1, 6.4)
test_scalar(abs, x)

test_scalar(angle, x)
test_scalar(abs2, x)
test_scalar(conj, x)

end
end

Expand Down

0 comments on commit 203bdd0

Please sign in to comment.