opencog / pln

Probabilistic Logic Network (PLN) implemented on top of the Unified Rule Engine (URE). https://wiki.opencog.org/w/Probabilistic_logic_networks
Other
15 stars 19 forks source link

Update decontextualize.scm #64

Closed TeamSPoon closed 2 years ago

TeamSPoon commented 2 years ago

Added missing bracket

linas commented 2 years ago

Merged because the patch is obviously correct (even though this is @ngeiswei bailiwick)

Unit tests are failing because of some crazy python bug that showed up a month ago. I would like to think its totally unrelated, but ... I messed with docker containers about a month ago; maybe I broke something? I'm pretty clueless about docker and circleci; if anyone has any idea please say something.

ngeiswei commented 2 years ago

Thanks for your fix @TeamSPoon, note however that rules under the wip folder are unmaintained, possibly even abandoned.

linas commented 2 years ago

"wip" == work in progress. I've been using "attic" as a directory name for code that is obsolete, but which I don't want to delete (yet).

ngeiswei commented 2 years ago

The idea is to progressively fix the rules in wip and move them in non-wip folders, but many of them are obsolete. Maybe I should split it into wip and attic, or do some exhaustive clean-up.