def test_create_unit_length_x_dtype(self): result = vector4.create_unit_length_x(dtype=np.float32) np.testing.assert_almost_equal(result, [1.,0.,0.,0.], decimal=5) self.assertTrue(result.dtype == np.float32)
def test_create_unit_length_x_dtype(self): result = vector4.create_unit_length_x(dtype=np.float32) np.testing.assert_almost_equal(result, [1., 0., 0., 0.], decimal=5) self.assertTrue(result.dtype == np.float32)