jtanderson / BIOME-z-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Labels not properly detected/counted during "Convert to CSV" process

jtanderson opened this issue · comments

Describe the bug
When importing an RDF file, the program reports stats to the console to summarize how many articles had each active label (selected on the "Building" tab). This a somewhat circular problem because one must import the RDF in order to select the relevant labels. Also the counts are not accurate, always displaying "0/0" for each tag.

To Reproduce
Steps to reproduce the behavior:

  1. Import any RDF file
  2. Inspect console output

Expected behavior
Correct information/summary of the import in terms how how many were imported and how many had each active label. This could possibly be moved tot he "Building" or "Statistics" pages.