mikera / core.matrix

core.matrix : Multi-dimensional array programming API for Clojure
Other
701 stars 113 forks source link

Fixed a space missing in error message when using select-columns #343

Closed bobbrs closed 4 years ago

bobbrs commented 4 years ago

When using select-columns on a Dataset where the column does not exist, there was missing a space in the error message that got thrown.

mikera commented 4 years ago

Thanks for the catch!