Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Dec 20, 2023
1 parent 89c5e08 commit 110d5df
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
Empty file removed Manifest.toml
Empty file.
11 changes: 10 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,13 @@ LinearMaps = "3.8"
MetaGraphs = "0.6, 0.7"
SortingAlgorithms = "1.0"
SpinGlassNetworks = "0.2.3"
julia = "1.5, 1.6"
julia = "1.8, 1.9"

[extras]
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
SpinGlassEngine = "0563570f-ea1b-4080-8a64-041ac6565a4e"

[targets]
test = ["Logging", "Test", "Random", "SpinGlassEngine"]
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Distributions

export generate_random_graph
"""
$(SIGNATURES)
- `d::Int`: size of random graph.
Expand Down
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using SpinGlassExhaustive

using Test
using CUDA
my_tests = ["ising.jl", "utils.jl", "brute_force.jl"]

for my_test my_tests
Expand Down

0 comments on commit 110d5df

Please sign in to comment.