LSSTDESC / tables_io

A small package to provide tools to read / write and convert tabular data for DESC
MIT License
1 stars 1 forks source link

Issue/14/numpy recarray #18

Closed eacharles closed 3 years ago

eacharles commented 3 years ago

Added support for numpy record arrays.

Also, fixed docs/install.rst to include pip install.

codecov[bot] commented 3 years ago

Codecov Report

Merging #18 (0b4054d) into main (5598ce1) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #18   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          508       557   +49     
=========================================
+ Hits           508       557   +49     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tables_io/convUtils.py 100.00% <100.00%> (ø)
tables_io/ioUtils.py 100.00% <100.00%> (ø)
tables_io/types.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5598ce1...0b4054d. Read the comment docs.