log service/mqtt_to_rdf/inference.py @ 1677:aa35ae7a1acc

age author description
Wed, 22 Sep 2021 01:22:05 -0700 drewp add new bug test (no fix yet)
Wed, 22 Sep 2021 01:02:26 -0700 drewp don't jsut quietly succeed if iteration limit is reached
Wed, 22 Sep 2021 01:00:32 -0700 drewp redo RHS bnode processing
Tue, 21 Sep 2021 23:20:16 -0700 drewp rm used parameter
Tue, 21 Sep 2021 22:29:19 -0700 drewp fix some harder tests. Mostly, _advanceTheStack needed to spin the odometer rings starting from the other side, to get all the right combos
Tue, 21 Sep 2021 22:19:11 -0700 drewp comments, debug, dead code
Mon, 20 Sep 2021 23:19:08 -0700 drewp logic fix- some bindings were being returned 2+; some 0 times
Sun, 19 Sep 2021 16:51:51 -0700 drewp cleanups and optimizations
Sun, 19 Sep 2021 13:22:29 -0700 drewp bugfix for simple (no arg lists) functions not evaluating
Sun, 19 Sep 2021 13:20:39 -0700 drewp minor refactoring
Sun, 19 Sep 2021 13:19:20 -0700 drewp debug logging and comments
Sat, 18 Sep 2021 23:57:20 -0700 drewp WIP - functions are broken as i move most layers to work in Chunks not Triples
Sat, 18 Sep 2021 23:53:59 -0700 drewp move graphDump (on its way out, since reprs are getting better)
Fri, 17 Sep 2021 11:11:24 -0700 drewp add nonRuleStatments to Inference api. there's already a test in an eariler commit
Fri, 17 Sep 2021 11:10:18 -0700 drewp more performance work