Skip to content

Commit

Permalink
Remove un-used Random module
Browse files Browse the repository at this point in the history
  • Loading branch information
mtanneau committed Oct 25, 2019
1 parent 742d4c5 commit d75d4cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
Expand All @@ -20,4 +19,4 @@ julia = "1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["Test"]
2 changes: 0 additions & 2 deletions test/Solvers/HSD.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import Tulip: HSDSolver, optimize!

using Random

function run_tests_hsd(::Tv) where{Tv<:Real}
@testset "step length" begin
m, n, p = 2, 2, 1
Expand Down

2 comments on commit d75d4cf

@mtanneau
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/4729

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" d75d4cfff86d237d12bbe2b820314c7f44690789
git push origin v0.1.1

Please sign in to comment.