File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,5 @@ ChangesOfVariables = "0.1"
27
27
DocStringExtensions = " 0.8, 0.9"
28
28
InverseFunctions = " 0.1"
29
29
IrrationalConstants = " 0.1, 0.2"
30
+ LinearAlgebra = " 1.10"
30
31
julia = " 1.10"
Original file line number Diff line number Diff line change 1
1
[deps ]
2
+ Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
2
3
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
3
4
ChainRulesTestUtils = " cdddcdb0-9152-4a09-a978-84456f9df70a"
4
5
ChangesOfVariables = " 9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
5
6
FiniteDifferences = " 26cc04aa-876d-5657-8c51-4c34ba976000"
6
7
ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
7
8
InverseFunctions = " 3587e190-3f89-42d0-90ee-14403ec27112"
9
+ JET = " c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
8
10
LogExpFunctions = " 2ab3a3ac-af41-5b50-aa03-7779005ae688"
9
11
OffsetArrays = " 6fe1bfb0-de20-5000-8ca7-80f57d26f881"
10
12
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Original file line number Diff line number Diff line change @@ -16,3 +16,9 @@ include("basicfuns.jl")
16
16
include (" chainrules.jl" )
17
17
include (" inverse.jl" )
18
18
include (" with_logabsdet_jacobian.jl" )
19
+
20
+ # QA
21
+ import JET
22
+ JET. report_package (" LogExpFunctions" )
23
+ import Aqua
24
+ Aqua. test_all (LogExpFunctions)
You can’t perform that action at this time.
0 commit comments