unit_tests_ambar #10
Reference in New Issue
Block a user
No description provided.
Delete Branch "unit_tests_ambar"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
You should invoke the
absmethod.@@ -13,0 +15,4 @@v1 = Vector(0, 0, 0)v2 = Vector(1, 2, 2)v3 = Vector(1, -2, 2)self.assertEqual(v1.abs, 0)Made the correction
Looks good. thanks for the corrections.