ontologyportal / sigmakee

Sigma Knowledge Engineering Environment
GNU General Public License v3.0
100 stars 34 forks source link

Add logging to SUMOKBtoTPTPKB #95

Closed kharus closed 1 year ago

kharus commented 1 year ago

if (counter++ == 100) System.out.print("."); Produces output only once I think intent was to print dot every hundredth formula if (counter++ % 100 == 0) System.out.print(".");

I also added some additional info in debug statement:

I needed filename cause I suspect tptp/fof file is produced twice.

apease commented 1 year ago

sorry that I changed email providers and this pull request had been lost in my spam folder