mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 01:07:50 +08:00
8cd4f7d100
Rather than a list that's ordered the same as the received columns. Most nontrivial loaders were constructing dicts internally and then converting back to lists, only to have the engine convert **back again** into a dict. This cuts out the middleman, and prevents bugs due to incorrect ordering of the output arrays.