Skip to content

Commit

Permalink
Minor adjustment in transioplane.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Oct 29, 2024
1 parent 87b443e commit 5bccb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/empirical/transioplane.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ function EmpiricalTransioplane(
θs = collect(range(0, stop=2π, length=nangs))
ts = map(θs) do θ
dir = DirectionPartition(cos(θ) * u + sin(θ) * v, tol=dtol)
γ(plane) = EmpiricalTransiogram(partition(rng, plane, dir), var₁, var₂; kwargs...)
tmapreduce(γ, merge, planes)
t(plane) = EmpiricalTransiogram(partition(rng, plane, dir), var₁, var₂; kwargs...)
tmapreduce(t, merge, planes)
end

EmpiricalTransioplane(θs, ts)
Expand Down

0 comments on commit 5bccb3a

Please sign in to comment.