We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6c517a + bf5a34e commit 1decf10Copy full SHA for 1decf10
.gitignore
@@ -1,3 +1,4 @@
1
*.jl.cov
2
*.jl.*.cov
3
*.jl.mem
4
+Manifest.toml
Project.toml
@@ -0,0 +1,15 @@
+name = "DiffTests"
+uuid = "de460e47-3fe3-5279-bb4a-814414816d5d"
+keywords = ["automatic differentiation", "test"]
+license = "MIT"
5
+version = "0.1.0"
6
+
7
+[deps]
8
+LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9
+Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
10
11
+[extras]
12
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13
14
+[targets]
15
+test = ["Test"]
REQUIRE
0 commit comments