Skip to content

Commit

Permalink
vegemite: identical LC scores are not numerically exact
Browse files Browse the repository at this point in the history
  • Loading branch information
jarioksa committed Jun 19, 2024
1 parent ed76ad0 commit b5ae8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/vegemite.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
ord$species <- -ord$species
}
## order factors and sites within factor levels
site.ind <- order(ord$constraints, ord$sites)
site.ind <- order(round(ord$constraints, 6), ord$sites)
if (is.null(sp.ind))
sp.ind <- order(ord$species)
}
Expand Down

0 comments on commit b5ae8f2

Please sign in to comment.