Skip to content

Commit

Permalink
error in the client of (buf)noveltyslice since introducing chroma as …
Browse files Browse the repository at this point in the history
…feature
  • Loading branch information
tremblap committed Jan 21, 2022
1 parent 0f4a37c commit 93f83dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clients/rt/NoveltySliceClient.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class NoveltySliceClient : public FluidBaseClient,
void initAlgorithms(index feature, index windowSize)
{
index nDims = 2;
if (feature < 3)
if (feature < 4)
{
mSpectrum.resize(get<kFFT>().frameSize());
mMagnitude.resize(get<kFFT>().frameSize());
Expand Down

0 comments on commit 93f83dc

Please sign in to comment.