Skip to content

Commit

Permalink
Merge pull request #6 from simeonschaub/patch-1
Browse files Browse the repository at this point in the history
fix typo in show method
  • Loading branch information
javierbarbero authored Jun 28, 2021
2 parents ef5caf7 + 702735a commit db568af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deaholder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ function Base.show(io::IO, x::HolderL2DEAModel)
print(io, "Weighted (weakly) Hölder distance function \n")
end

show(io, CoefTable(hcat(eff, slackX, slackY), ["efficiency"; ["slackX$i" for i in 1:m ]; ; ["slackY$i" for i in 1:s ]], dmunames))
show(io, CoefTable(hcat(eff, slackX, slackY), ["efficiency"; ["slackX$i" for i in 1:m ]; ["slackY$i" for i in 1:s ]], dmunames))
end

end
Expand Down

0 comments on commit db568af

Please sign in to comment.