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.
1 parent 857d93a commit a06a9f7Copy full SHA for a06a9f7
2 files changed
Project.toml
@@ -5,7 +5,6 @@ version = "0.1.0"
5
6
[deps]
7
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
-OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
9
RandomizedLinAlg = "0448d7d9-159c-5637-8537-fd72090fea46"
10
TSVD = "9449cd9e-2762-5aa3-a617-5413e99d722e"
11
@@ -16,4 +15,4 @@ julia = "1.6"
16
15
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
17
18
[targets]
19
-test = ["Test"]
+test = ["Test"]
test/Project.toml
@@ -0,0 +1,3 @@
1
+[deps]
2
+OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
3
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments