LSSTDESC / tables_io

A small package to provide tools to read / write and convert tabular data for DESC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove getDType and getData

eacharles opened this issue · comments

It is easier just to expect input data to by in np arrays, which you can do with np.array( your_list )

closed with #35