Skip to content

Commit

Permalink
More refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Oct 28, 2024
1 parent 8044407 commit 59b46df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fitting/transiograms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
function _fit(
T::Type{<:PiecewiseLinearTransiogram},
t::EmpiricalTransiogram,
::FitAlgo;
::FitAlgo
)
# direct construction
T(t.abscissas, t.ordinates)
end

0 comments on commit 59b46df

Please sign in to comment.