Skip to content

Commit

Permalink
ready for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekGardas committed Nov 20, 2020
1 parent 128fcce commit 40ecc20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "0.0.1"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
Kronecker = "2c470bb0-bcc8-11e8-3dad-c9649493f05e"
Expand Down
1 change: 1 addition & 0 deletions src/SpinGlassPEPS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module SpinGlassPEPS
using MetaGraphs
using CSV

using DocStringExtensions
const product = Iterators.product

include("base.jl")
Expand Down
8 changes: 4 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ if CUDA.functional() && CUDA.has_cutensor() && false
end

push!(my_tests,
# "base.jl",
# "contractions.jl",
# "compressions.jl",
# "ising.jl",
"base.jl",
"contractions.jl",
"compressions.jl",
"ising.jl",
"search.jl"
)

Expand Down

0 comments on commit 40ecc20

Please sign in to comment.