Skip to content

Commit 4191cde

Browse files
authored
Merge pull request #14 from MPF-Optimization-Laboratory/co/v0.0.1
Switch version to 0.0.1
2 parents 2eec6ba + 76ef75c commit 4191cde

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ActiveSetPursuit"
22
uuid = "d86c1dc8-ba26-4c98-b330-3a8efc174d20"
33
authors = ["tinatorabi <[email protected]> and contributors"]
4-
version = "1.0.0"
4+
version = "0.0.1"
55

66
[deps]
77
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

test/test_bpdn.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ function test_bpdn()
4242
@test pFeas_op <= 1e-6
4343
end
4444

45+
Random.seed!(1234)
4546

4647
for ntest = 1:10
4748
test_bpdn()

test/test_recover_decaying.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ function test_recover_decaying()
4141
@test values_correct
4242
end
4343

44+
Random.seed!(1234)
4445

4546
for ntest = 1:10
4647
test_recover_decaying()

0 commit comments

Comments
 (0)