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

initializeHdf5Write and writeDictToHdf5Chunk modified to be able to w… #38

Closed joselotl closed 2 years ago

joselotl commented 2 years ago

Modifying writeDictToHdf5Chunk to be able to write more than one group at a time.

codecov[bot] commented 2 years ago

Codecov Report

Merging #38 (c027cda) into main (a107f0d) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #38   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          589       593    +4     
=========================================
+ Hits           589       593    +4     
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/ioUtils.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 a107f0d...c027cda. Read the comment docs.

joselotl commented 2 years ago

@eacharles I modified the arguments of the functions initializeHdf5 and writeDictToHdf5Chunk, so they are not backwards compatible. But I think they are only used in qp, which I will modify in order tu use the new functions.