acid1103 commented on a change in pull request #39: GEOMETRY-46: Add additional 
UnitVector methods
URL: https://github.com/apache/commons-geometry/pull/39#discussion_r327889925
 
 

 ##########
 File path: 
commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/oned/Vector1DTest.java
 ##########
 @@ -120,6 +130,16 @@ public void testNormSq() {
         Assert.assertEquals(9.0, Vector1D.of(-3).normSq(), TEST_TOLERANCE);
     }
 
+    @Test
+    public void testNormSq_unitVectors()
+    {
 
 Review comment:
   I thought I caught all those, but I must have missed that file. Should be 
fixed now :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to