Skip to content

Commit

Permalink
Stop using unexported Base.permute!! (#229)
Browse files Browse the repository at this point in the history
switch to permute!()
  • Loading branch information
LilithHafner authored Jun 18, 2023
1 parent 2940721 commit 6021a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hclust.jl
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ function orderbranches_r!(hmer::HclustMerges)
end
permute!(ml, o)
permute!(mr, o)
Base.permute!!(hmer.heights, o)
permute!(hmer.heights, o)
return hmer
end

Expand Down

0 comments on commit 6021a28

Please sign in to comment.