mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 14:15:28 +01:00
remove superfluous @time
This commit is contained in:
parent
9ff0481a0c
commit
6b90197ae3
@ -141,7 +141,7 @@ function reconstruct(Ps::Vector{M},
|
||||
tmp[π] = perm_avg(tmp[π], transfP[π], values(preps))
|
||||
end
|
||||
|
||||
@time recP = sum(tmp)./length(preps)
|
||||
recP = sum(tmp)./length(preps)
|
||||
|
||||
return recP
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user