opennars / opennars

OpenNARS for Research 3.0+
http://www.opennars.org/
MIT License
385 stars 83 forks source link

parallelized NAL tests #576

Open PtrMan opened 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #576 into master will increase coverage by 0.12%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #576      +/-   ##
============================================
+ Coverage     70.84%   70.97%   +0.12%     
- Complexity     2590     2600      +10     
============================================
  Files           106      106              
  Lines          8657     8657              
  Branches       1875     1875              
============================================
+ Hits           6133     6144      +11     
+ Misses         1904     1896       -8     
+ Partials        620      617       -3
Impacted Files Coverage Δ Complexity Δ
.../java/org/opennars/inference/SyllogisticRules.java 77.03% <0%> (+0.42%) 150% <0%> (+1%) :arrow_up:
src/main/java/org/opennars/entity/Sentence.java 75.74% <0%> (+0.49%) 88% <0%> (+1%) :arrow_up:
...c/main/java/org/opennars/inference/RuleTables.java 86% <0%> (+0.5%) 175% <0%> (+3%) :arrow_up:
src/main/java/org/opennars/language/Terms.java 66.66% <0%> (+0.81%) 113% <0%> (+1%) :arrow_up:
...c/main/java/org/opennars/inference/LocalRules.java 86.11% <0%> (+1.11%) 61% <0%> (+1%) :arrow_up:
src/main/java/org/opennars/io/Texts.java 50.9% <0%> (+1.81%) 14% <0%> (+1%) :arrow_up:
...c/main/java/org/opennars/language/Equivalence.java 79.06% <0%> (+2.32%) 23% <0%> (+1%) :arrow_up:

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 e2e6227...0d71027. Read the comment docs.

PtrMan commented 5 years ago

This should be written from scratch because of licensing issues