Tests: Fixed test for vectors with unsigned int.
Subtractions are currently not supported for unsigned int. However, the test used inner_prod(u+v,u-v); and hence reported failure. This problem is well-known, so the tests should only cover the functionality which is supposed to be working.
Loading
Please register or sign in to comment