Closed dhutchis closed 8 years ago
Thanks, but looks like the tests failed. Can you please take a look.
It's a problem with .check-diff.sh. Apparently I am not adhering to a code formatting standard. Any idea what that is?
yes, you're not adhering to the code formatting standard :smile:
Forgive me for being naive. What is the code formatting standard?
maven enforces it, look in the .travis.yml
to see how to apply it.
Okay, here you go
cool, thanks!
getIndex
throws NullPointerExceptions when the Comp{Row,Col}Matrix classes change their nonzero structure. This is due toArrays.binarySearch
returning an int < -1. This fix provides better documentation and handles this case.