Skip to content

Commit

Permalink
🤖 Format .jl files (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: juliohm <3345261+juliohm@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and juliohm authored Oct 28, 2024
1 parent 59b46df commit e0f9124
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/fitting/transiograms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
# Licensed under the MIT License. See LICENSE in the project root.
# ------------------------------------------------------------------

function _fit(
T::Type{<:PiecewiseLinearTransiogram},
t::EmpiricalTransiogram,
::FitAlgo
)
function _fit(T::Type{<:PiecewiseLinearTransiogram}, t::EmpiricalTransiogram, ::FitAlgo)
# direct construction
T(t.abscissas, t.ordinates)
end

0 comments on commit e0f9124

Please sign in to comment.