Closed milad2073 closed 1 month ago
…for the circular function
As mentioned in https://github.com/hyperdimensional-computing/torchhd/issues/108#issuecomment-2413286496 the circular test just test the similarity between first vector and other vectors while we have to test the similarity between all pairs of vectors
Added a loop wrapping the previous code and rolling the list of vectors in the end of the loop.
Thank you @milad2073 for making the unit tests more robust!
…for the circular function
As mentioned in https://github.com/hyperdimensional-computing/torchhd/issues/108#issuecomment-2413286496 the circular test just test the similarity between first vector and other vectors while we have to test the similarity between all pairs of vectors
Description
Added a loop wrapping the previous code and rolling the list of vectors in the end of the loop.
Checklist