biigle / reports

:m: BIIGLE module to generate reports for projects and volumes
GNU General Public License v3.0
1 stars 2 forks source link

Fix error with inconsistent numpy array shape #113

Closed mzur closed 5 months ago

mzur commented 5 months ago

The CSV had indeed an inconsistent number of columns because the volume name was in the first row. But we don't need numpy here at all so everything works correctly if we remove it.

Resolves #110