emer/emergent

Removal of Connect from Prjn interface breaks leabra examples

christiangnrd opened this issue · 1 comments

Commit #e4c306d makes the hip and ra25 examples in leabra unable to compile.

Error:

~/leabra/examples/hip$ go build
# github.com/emer/leabra/leabra
../../leabra/networkstru.go:369:5: pj.Connect undefined (type emer.Prjn has no field or method Connect)
../../leabra/networkstru.go:429:5: pj.Connect undefined (type emer.Prjn has no field or method Connect)

Seems like I broke it myself while debugging a different crash. Apologies for the noise.