Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OWTable: Sort Continuous metas as floats; not strings
Continuous variables inside meta attributes are currently sorted by their string represenation and not by float values. This happens since dtype for metas is object and we map all object to strings before sorting. This PR checks whether the sorting variable is ContinuousVariable and casts values to floats.
- Loading branch information