Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Jan 11, 2021
1 parent 85bf684 commit 78faeb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/comptime_leeuw_cums.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using FileIO
using ArgParse
#import Cumulants: mom2cums

include("testfunctions/leeuw_cumulants_no_nested_func.jl")
include("../test/testfunctions/leeuw_cumulants_no_nested_func.jl")

"""
comptime(data::Matrix{Float}, f::Function, m::Int)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/data/plotsuperdiag.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function pltdiag()
ax[:plot]([fill(tdiag[order], n)...], "--", color = col[order], label = "theoretical")
end
PyPlot.ylabel("superdiagonal elements", labelpad = -1)
PyPlot.xlabel("superdiagonal number", labelpad = -3)
PyPlot.xlabel("superdiagonal index", labelpad = -3)
ax[:legend](fontsize = 4.5, loc = 5)
fig[:savefig]("diagcumels.pdf")
end
Expand Down

0 comments on commit 78faeb3

Please sign in to comment.