matbench-discovery
matbench-discovery copied to clipboard
Improper sorting on "Model Params"
Sorting by model parameters doesn't sort correctly due to improper accounting for K vs. M.
thanks for reporting! noticed that as well but neglected to open an issue for it.
just for later reference, needs to be fixed here svelte-zoo/src/lib/actions.ts.
started working on a fix last month in https://github.com/janosh/elementari/pull/50 to turn numeric strings with metric suffixes back into floats, then thought might be smarter to save the unformatted value into HTML data attributes on each table cell and preferentially sort by that if found. unfortunately, other stuff got in the way of implementing that.