Skip to content

Commit

Permalink
fixup! Support fractional binding with HrrAlgebra
Browse files Browse the repository at this point in the history
  • Loading branch information
arvoelke committed Apr 3, 2020
1 parent 847e57a commit dd852db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nengo_spa/algebras/tests/test_algebras.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ def superpose(self, a, b):
def bind(self, a, b):
pass

def fractional_bind(self, v, exponent):
pass

def make_nondegenerate(self, v):
pass

def invert(self, v):
pass

Expand Down

0 comments on commit dd852db

Please sign in to comment.