Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GiggleLiu committed Sep 23, 2023
1 parent e3dc90b commit a097c58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OMEinsumContractionOrders"
uuid = "6f22d1fd-8eed-4bb7-9776-e7d684900715"
authors = ["Jin-Guo Liu", "Pan Zhang"]
version = "0.8.2"
version = "0.8.3"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down
4 changes: 2 additions & 2 deletions test/interfaces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ end
code2 = optimize_code(code, uniformsize(code, 5), TreeSA(ntrials=1, nslices=5))
pm2 = peak_memory(code2, uniformsize(code, 5))
tc2, sc2, rw2 = timespacereadwrite_complexity(code2, uniformsize(code, 5))
@test 5 * 2^sc1 > pm1 > 2^sc1
@test 5 * 2^sc2 > pm2 > 2^sc2
@test 10 * 2^sc1 > pm1 > 2^sc1
@test 10 * 2^sc2 > pm2 > 2^sc2
end


Expand Down

0 comments on commit a097c58

Please sign in to comment.