Undo commenting out - fix broken test
In file included from testWeights.cc:8:
testWeights.cc: In function 'int main()':
testWeights.cc:43:25: error: 'vs' was not declared in this scope
43 | assert( w.size() == (vs) );
| ^~
testWeights.cc:47:20: error: 'v1' was not declared in this scope
47 | assert( w[0] == v1 );
| ^~