log service/mqtt_to_rdf/inference_test.py @ 1659:15e84c71beee

age author description
Sun, 19 Sep 2021 14:42:39 -0700 drewp parse lists from graph into the Chunks
Sun, 19 Sep 2021 13:23:50 -0700 drewp update currently-working tests
Sat, 18 Sep 2021 23:57:20 -0700 drewp WIP - functions are broken as i move most layers to work in Chunks not Triples
Fri, 17 Sep 2021 11:06:52 -0700 drewp make namespaces in tests less confusing
Wed, 15 Sep 2021 23:56:02 -0700 drewp speedups: abort some rules faster
Sun, 12 Sep 2021 23:48:43 -0700 drewp hack math:sum in there. Test suite is passing except some slow performers
Sun, 12 Sep 2021 21:48:36 -0700 drewp fix farenheit rule case, fix some others that depend on rings order, but this breaks some performance because of itertools.perm
Sun, 12 Sep 2021 04:32:52 -0700 drewp big rewrite of infer() using statements not variables as the things to iterate over
Sat, 11 Sep 2021 23:27:32 -0700 drewp some shuffling, i don't know- i'm about to rewrite again
Wed, 08 Sep 2021 23:22:45 -0700 drewp mostly cleanup; scraps of the next rewrite; unskip tests that are ok now
Wed, 08 Sep 2021 18:59:21 -0700 drewp slow test is ok now (but other slow tests are now broken)
Mon, 06 Sep 2021 18:39:38 -0700 drewp mark skipped tests. move applyRule into Rule. minor cleanups.
Mon, 06 Sep 2021 18:06:11 -0700 drewp new tests for a smaller part of the inner loop
Mon, 06 Sep 2021 01:15:14 -0700 drewp realign tests, turn off slow ones for now
Mon, 06 Sep 2021 01:13:55 -0700 drewp WIP move evaluation to new file
Mon, 06 Sep 2021 00:57:28 -0700 drewp fix import
Sun, 05 Sep 2021 22:50:15 -0700 drewp cleanup internal names, imports
Sun, 05 Sep 2021 22:43:13 -0700 drewp fix a bug with a slightly moer complicated set of rules
Sun, 05 Sep 2021 01:51:49 -0700 drewp extract module of rdflib output patches
Sun, 05 Sep 2021 01:15:55 -0700 drewp cleanups and a few fixed cases
Sat, 04 Sep 2021 23:23:55 -0700 drewp big rewrite- more classes, smaller methods, more typesafe, all current tests passing
Thu, 02 Sep 2021 23:20:55 -0700 drewp WIP inference- getting into more degenerate test cases
Thu, 02 Sep 2021 13:39:27 -0700 drewp WIP more debugging, working towards bnode-matching support
Thu, 02 Sep 2021 01:58:31 -0700 drewp WIP inferencer - partial var and function support
Sun, 29 Aug 2021 23:59:09 -0700 drewp WIP new inferencer. no vars yet.