Skip to content

Commit

Permalink
Merge pull request #14 from MPF-Optimization-Laboratory/co/v0.0.1
Browse files Browse the repository at this point in the history
Switch version to 0.0.1
  • Loading branch information
mpf authored Jul 20, 2024
2 parents 2eec6ba + 76ef75c commit 4191cde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ActiveSetPursuit"
uuid = "d86c1dc8-ba26-4c98-b330-3a8efc174d20"
authors = ["tinatorabi <[email protected]> and contributors"]
version = "1.0.0"
version = "0.0.1"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
1 change: 1 addition & 0 deletions test/test_bpdn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function test_bpdn()
@test pFeas_op <= 1e-6
end

Random.seed!(1234)

for ntest = 1:10
test_bpdn()
Expand Down
1 change: 1 addition & 0 deletions test/test_recover_decaying.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function test_recover_decaying()
@test values_correct
end

Random.seed!(1234)

for ntest = 1:10
test_recover_decaying()
Expand Down

0 comments on commit 4191cde

Please sign in to comment.