casework / CASE-Utility-RDFDiff

Diff tool for comparing RDF schemas/ontologies; can be applied to both CASE and UCO.
Apache License 2.0
6 stars 1 forks source link

verify.py "Match!" emission problematic #3

Open ajnelson-nist opened 6 years ago

ajnelson-nist commented 6 years ago

The verifier.py script outputs "Match!" lines for good records. I think this is low-utility information, and possibly counter-productive. If a file is overwhelmingly good records, there are two problems:

I propose "Match!" not be emitted, except maybe in a "verbose" mode.

jstroud-mitre commented 6 years ago

@ajnelson-nist , this is a great point. I will close this when I update the verifier.py with said functionality. Stay tuned.

jstroud-mitre commented 6 years ago

When you have a moment, please download minify-branch and see if it fixes this issue along with issue-1 and issue-2

ajnelson-nist commented 6 years ago

Menial matter: TabError: inconsistent use of tabs and spaces in indentation

After correcting that whitespace matter, I think the --verbose flag resolves this Issue. I'll comment on the other issues in their threads.