Skip to content

Commit b994465

Browse files
committed
Add QA with Aqua and JET, fix missing compat
1 parent 304998b commit b994465

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ ChangesOfVariables = "0.1"
2727
DocStringExtensions = "0.8, 0.9"
2828
InverseFunctions = "0.1"
2929
IrrationalConstants = "0.1, 0.2"
30+
LinearAlgebra = "1.10"
3031
julia = "1.10"

test/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[deps]
2+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
23
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
34
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
45
ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
56
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
67
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
78
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
9+
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
810
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
911
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
1012
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

test/runtests.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ include("basicfuns.jl")
1616
include("chainrules.jl")
1717
include("inverse.jl")
1818
include("with_logabsdet_jacobian.jl")
19+
20+
# QA
21+
import JET
22+
JET.report_package("LogExpFunctions")
23+
import Aqua
24+
Aqua.test_all(LogExpFunctions)

0 commit comments

Comments
 (0)