Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created March 20, 2021 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-rmcgibbo/824e0eb21e4c60bb5313237d65ca87c5 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/824e0eb21e4c60bb5313237d65ca87c5 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: 3 seconds | https://github.com/NixOS/nixpkgs/pull/117004
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/0wpspj5zrnkp7s017vd8r2ivdrwc7vv7-pyrr-0.10.3.tar.gz
source root is pyrr-0.10.3
setting SOURCE_DATE_EPOCH to timestamp 1555599219 of file pyrr-0.10.3/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/pyrr
copying pyrr/vector4.py -> build/lib/pyrr
copying pyrr/trig.py -> build/lib/pyrr
copying pyrr/matrix44.py -> build/lib/pyrr
copying pyrr/rectangle.py -> build/lib/pyrr
copying pyrr/aambb.py -> build/lib/pyrr
copying pyrr/euler.py -> build/lib/pyrr
copying pyrr/vector.py -> build/lib/pyrr
copying pyrr/line.py -> build/lib/pyrr
copying pyrr/vector3.py -> build/lib/pyrr
copying pyrr/geometric_tests.py -> build/lib/pyrr
copying pyrr/geometry.py -> build/lib/pyrr
copying pyrr/__init__.py -> build/lib/pyrr
copying pyrr/quaternion.py -> build/lib/pyrr
copying pyrr/sphere.py -> build/lib/pyrr
copying pyrr/ray.py -> build/lib/pyrr
copying pyrr/version.py -> build/lib/pyrr
copying pyrr/integer.py -> build/lib/pyrr
copying pyrr/aabb.py -> build/lib/pyrr
copying pyrr/matrix33.py -> build/lib/pyrr
copying pyrr/utils.py -> build/lib/pyrr
copying pyrr/plane.py -> build/lib/pyrr
creating build/lib/pyrr/objects
copying pyrr/objects/vector4.py -> build/lib/pyrr/objects
copying pyrr/objects/matrix44.py -> build/lib/pyrr/objects
copying pyrr/objects/vector3.py -> build/lib/pyrr/objects
copying pyrr/objects/__init__.py -> build/lib/pyrr/objects
copying pyrr/objects/quaternion.py -> build/lib/pyrr/objects
copying pyrr/objects/base.py -> build/lib/pyrr/objects
copying pyrr/objects/matrix33.py -> build/lib/pyrr/objects
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/vector4.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/trig.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/matrix44.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/rectangle.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/aambb.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/euler.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/vector.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/line.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/vector3.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/geometric_tests.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/geometry.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/__init__.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/quaternion.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/sphere.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/ray.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/version.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/integer.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/aabb.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/matrix33.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/utils.py -> build/bdist.linux-x86_64/wheel/pyrr
copying build/lib/pyrr/plane.py -> build/bdist.linux-x86_64/wheel/pyrr
creating build/bdist.linux-x86_64/wheel/pyrr/objects
copying build/lib/pyrr/objects/vector4.py -> build/bdist.linux-x86_64/wheel/pyrr/objects
copying build/lib/pyrr/objects/matrix44.py -> build/bdist.linux-x86_64/wheel/pyrr/objects
copying build/lib/pyrr/objects/vector3.py -> build/bdist.linux-x86_64/wheel/pyrr/objects
copying build/lib/pyrr/objects/__init__.py -> build/bdist.linux-x86_64/wheel/pyrr/objects
copying build/lib/pyrr/objects/quaternion.py -> build/bdist.linux-x86_64/wheel/pyrr/objects
copying build/lib/pyrr/objects/base.py -> build/bdist.linux-x86_64/wheel/pyrr/objects
copying build/lib/pyrr/objects/matrix33.py -> build/bdist.linux-x86_64/wheel/pyrr/objects
running install_egg_info
running egg_info
writing pyrr.egg-info/PKG-INFO
writing dependency_links to pyrr.egg-info/dependency_links.txt
writing requirements to pyrr.egg-info/requires.txt
writing top-level names to pyrr.egg-info/top_level.txt
reading manifest file 'pyrr.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
no previously-included directories found matching 'docs/build'
writing manifest file 'pyrr.egg-info/SOURCES.txt'
Copying pyrr.egg-info to build/bdist.linux-x86_64/wheel/pyrr-0.10.3-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/pyrr-0.10.3.dist-info/WHEEL
creating 'dist/pyrr-0.10.3-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pyrr/__init__.py'
adding 'pyrr/aabb.py'
adding 'pyrr/aambb.py'
adding 'pyrr/euler.py'
adding 'pyrr/geometric_tests.py'
adding 'pyrr/geometry.py'
adding 'pyrr/integer.py'
adding 'pyrr/line.py'
adding 'pyrr/matrix33.py'
adding 'pyrr/matrix44.py'
adding 'pyrr/plane.py'
adding 'pyrr/quaternion.py'
adding 'pyrr/ray.py'
adding 'pyrr/rectangle.py'
adding 'pyrr/sphere.py'
adding 'pyrr/trig.py'
adding 'pyrr/utils.py'
adding 'pyrr/vector.py'
adding 'pyrr/vector3.py'
adding 'pyrr/vector4.py'
adding 'pyrr/version.py'
adding 'pyrr/objects/__init__.py'
adding 'pyrr/objects/base.py'
adding 'pyrr/objects/matrix33.py'
adding 'pyrr/objects/matrix44.py'
adding 'pyrr/objects/quaternion.py'
adding 'pyrr/objects/vector3.py'
adding 'pyrr/objects/vector4.py'
adding 'pyrr-0.10.3.dist-info/LICENSE'
adding 'pyrr-0.10.3.dist-info/METADATA'
adding 'pyrr-0.10.3.dist-info/WHEEL'
adding 'pyrr-0.10.3.dist-info/top_level.txt'
adding 'pyrr-0.10.3.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/pyrr-0.10.3/dist /build/pyrr-0.10.3
Processing ./pyrr-0.10.3-py3-none-any.whl
Requirement already satisfied: multipledispatch in /nix/store/ykhf9k2x9y7kq5sf1rskdj05sqblpqwd-python3.8-multipledispatch-0.6.0/lib/python3.8/site-packages (from pyrr==0.10.3) (0.6.0)
Requirement already satisfied: numpy in /nix/store/ig8k10p25j5z36pgadgx33f72lzm7sr1-python3.8-numpy-1.20.1/lib/python3.8/site-packages (from pyrr==0.10.3) (1.20.1)
Requirement already satisfied: six in /nix/store/yaml7n5i0436jcqb4iqsgwykjbag4ibs-python3.8-six-1.15.0/lib/python3.8/site-packages (from multipledispatch->pyrr==0.10.3) (1.15.0)
Installing collected packages: pyrr
Successfully installed pyrr-0.10.3
/build/pyrr-0.10.3
Finished executing pipInstallPhase
@nix { "action": "setPhase", "phase": "fixupPhase" }
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/xi0dc33ikmn4q4dpym5rv46h4gav33x4-python3.8-pyrr-0.10.3
strip is /nix/store/xdii8qvch5h8chyp0z2is2qzky565w68-binutils-2.35.1/bin/strip
stripping (with command strip and flags -S) in /nix/store/xi0dc33ikmn4q4dpym5rv46h4gav33x4-python3.8-pyrr-0.10.3/lib
patching script interpreter paths in /nix/store/xi0dc33ikmn4q4dpym5rv46h4gav33x4-python3.8-pyrr-0.10.3
checking for references to /build/ in /nix/store/xi0dc33ikmn4q4dpym5rv46h4gav33x4-python3.8-pyrr-0.10.3...
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
@nix { "action": "setPhase", "phase": "installCheckPhase" }
running install tests
no Makefile or custom installCheckPhase, doing nothing
@nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" }
pythonCatchConflictsPhase
@nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" }
pythonRemoveBinBytecodePhase
@nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" }
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
@nix { "action": "setPhase", "phase": "setuptoolsCheckPhase" }
setuptoolsCheckPhase
Executing setuptoolsCheckPhase
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
writing pyrr.egg-info/PKG-INFO
writing dependency_links to pyrr.egg-info/dependency_links.txt
writing requirements to pyrr.egg-info/requires.txt
writing top-level names to pyrr.egg-info/top_level.txt
reading manifest file 'pyrr.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
no previously-included directories found matching 'docs/build'
writing manifest file 'pyrr.egg-info/SOURCES.txt'
running build_ext
test_apply_to_vector_identity (tests.test_matrix33.test_matrix33) ... ok
test_apply_to_vector_rotated_x (tests.test_matrix33.test_matrix33) ... ok
test_apply_to_vector_rotated_y (tests.test_matrix33.test_matrix33) ... ok
test_apply_to_vector_rotated_z (tests.test_matrix33.test_matrix33) ... ok
test_create_direction_scale (tests.test_matrix33.test_matrix33) ... ok
test_create_from_axis_rotation (tests.test_matrix33.test_matrix33) ... /build/pyrr-0.10.3/tests/test_matrix33.py:104: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_axis_rotation_non_normalized (tests.test_matrix33.test_matrix33) ... /build/pyrr-0.10.3/tests/test_matrix33.py:109: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_eulers (tests.test_matrix33.test_matrix33) ... skipped 'Not implemented'
test_create_from_inverse_of_quaternion (tests.test_matrix33.test_matrix33) ... ok
test_create_from_quaternion_equivalent (tests.test_matrix33.test_matrix33) ... /build/pyrr-0.10.3/tests/test_matrix33.py:66: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_quaternion_identity (tests.test_matrix33.test_matrix33) ... ok
test_create_from_quaternion_rotated_x (tests.test_matrix33.test_matrix33) ... ok
test_create_from_quaternion_rotated_y (tests.test_matrix33.test_matrix33) ... ok
test_create_from_quaternion_rotated_z (tests.test_matrix33.test_matrix33) ... ok
test_create_from_quaternion_rotation (tests.test_matrix33.test_matrix33) ... /build/pyrr-0.10.3/tests/test_matrix33.py:60: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_quaternion_unit (tests.test_matrix33.test_matrix33) ... /build/pyrr-0.10.3/tests/test_matrix33.py:20: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_quaternion_x (tests.test_matrix33.test_matrix33) ... /build/pyrr-0.10.3/tests/test_matrix33.py:30: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_quaternion_y (tests.test_matrix33.test_matrix33) ... /build/pyrr-0.10.3/tests/test_matrix33.py:40: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_quaternion_z (tests.test_matrix33.test_matrix33) ... /build/pyrr-0.10.3/tests/test_matrix33.py:50: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_scale (tests.test_matrix33.test_matrix33) ... ok
test_create_from_x_rotation (tests.test_matrix33.test_matrix33) ... ok
test_create_from_y_rotation (tests.test_matrix33.test_matrix33) ... ok
test_create_from_z_rotation (tests.test_matrix33.test_matrix33) ... ok
test_create_identity (tests.test_matrix33.test_matrix33) ... /build/pyrr-0.10.3/tests/test_matrix33.py:87: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_import (tests.test_matrix33.test_matrix33) ... ok
test_inverse (tests.test_matrix33.test_matrix33) ... ok
test_inverse_equivalence (tests.test_matrix33.test_matrix33) ... ok
test_multiply_identity (tests.test_matrix33.test_matrix33) ... ok
test_multiply_rotation (tests.test_matrix33.test_matrix33) ... ok
test_create (tests.test_vector4.test_vector4) ... /build/pyrr-0.10.3/tests/test_vector4.py:18: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_matrix44_translation (tests.test_vector4.test_vector4) ... /build/pyrr-0.10.3/tests/test_vector4.py:78: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_matrix44_translation_dtype_matches (tests.test_vector4.test_vector4) ... ok
test_create_list (tests.test_vector4.test_vector4) ... ok
test_create_unit_length_w (tests.test_vector4.test_vector4) ... /build/pyrr-0.10.3/tests/test_vector4.py:62: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_unit_length_w_dtype (tests.test_vector4.test_vector4) ... ok
test_create_unit_length_x (tests.test_vector4.test_vector4) ... /build/pyrr-0.10.3/tests/test_vector4.py:32: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_unit_length_x_dtype (tests.test_vector4.test_vector4) ... ok
test_create_unit_length_y (tests.test_vector4.test_vector4) ... /build/pyrr-0.10.3/tests/test_vector4.py:42: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_unit_length_y_dtype (tests.test_vector4.test_vector4) ... ok
test_create_unit_length_z (tests.test_vector4.test_vector4) ... /build/pyrr-0.10.3/tests/test_vector4.py:52: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_unit_length_z_dtype (tests.test_vector4.test_vector4) ... ok
test_create_values (tests.test_vector4.test_vector4) ... ok
test_dot_adjacent (tests.test_vector4.test_vector4) ... ok
test_dot_angle (tests.test_vector4.test_vector4) ... ok
test_dot_batch (tests.test_vector4.test_vector4) ... ok
test_dot_parallel (tests.test_vector4.test_vector4) ... ok
test_import (tests.test_vector4.test_vector4) ... ok
test_length (tests.test_vector4.test_vector4) ... ok
test_length_batch (tests.test_vector4.test_vector4) ... ok
test_normalize_batch (tests.test_vector4.test_vector4) ... ok
test_normalize_single_vector (tests.test_vector4.test_vector4) ... ok
test_set_length (tests.test_vector4.test_vector4) ... ok
test_set_length_batch_vector (tests.test_vector4.test_vector4) ... ok
test_squared_length_batch (tests.test_vector4.test_vector4) ... ok
test_squared_length_single_vector (tests.test_vector4.test_vector4) ... ok
test_create (tests.test_vector3.test_vector3) ... /build/pyrr-0.10.3/tests/test_vector3.py:18: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_matrix44_translation (tests.test_vector3.test_vector3) ... /build/pyrr-0.10.3/tests/test_vector3.py:75: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_matrix44_translation_dtype_matches (tests.test_vector3.test_vector3) ... ok
test_create_from_vector4 (tests.test_vector3.test_vector3) ... ok
test_create_list (tests.test_vector3.test_vector3) ... ok
test_create_unit_length_x (tests.test_vector3.test_vector3) ... /build/pyrr-0.10.3/tests/test_vector3.py:32: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_unit_length_x_dtype (tests.test_vector3.test_vector3) ... ok
test_create_unit_length_y (tests.test_vector3.test_vector3) ... /build/pyrr-0.10.3/tests/test_vector3.py:42: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_unit_length_y_dtype (tests.test_vector3.test_vector3) ... ok
test_create_unit_length_z (tests.test_vector3.test_vector3) ... /build/pyrr-0.10.3/tests/test_vector3.py:52: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_unit_length_z_dtype (tests.test_vector3.test_vector3) ... ok
test_create_values (tests.test_vector3.test_vector3) ... ok
test_cross_batch (tests.test_vector3.test_vector3) ... ok
test_cross_coincident (tests.test_vector3.test_vector3) ... ok
test_cross_single_vector (tests.test_vector3.test_vector3) ... ok
test_dot_adjacent (tests.test_vector3.test_vector3) ... ok
test_dot_angle (tests.test_vector3.test_vector3) ... ok
test_dot_batch (tests.test_vector3.test_vector3) ... ok
test_dot_parallel (tests.test_vector3.test_vector3) ... ok
test_generate_normals (tests.test_vector3.test_vector3) ... ok
test_generate_normals_unnormalized (tests.test_vector3.test_vector3) ... ok
test_generate_vertex_normals (tests.test_vector3.test_vector3) ... ok
test_generate_vertex_normals_unnormalized (tests.test_vector3.test_vector3) ... ok
test_import (tests.test_vector3.test_vector3) ... ok
test_interoplation (tests.test_vector3.test_vector3) ... ok
test_length (tests.test_vector3.test_vector3) ... ok
test_length_batch (tests.test_vector3.test_vector3) ... ok
test_normalize_batch (tests.test_vector3.test_vector3) ... ok
test_normalize_single_vector (tests.test_vector3.test_vector3) ... ok
test_set_length (tests.test_vector3.test_vector3) ... ok
test_set_length_batch_vector (tests.test_vector3.test_vector3) ... ok
test_squared_length_batch (tests.test_vector3.test_vector3) ... ok
test_squared_length_single_vector (tests.test_vector3.test_vector3) ... ok
test_create (tests.test_plane.test_plane) ... ok
test_create_from_points (tests.test_plane.test_plane) ... ok
test_create_from_position (tests.test_plane.test_plane) ... ok
test_create_xy (tests.test_plane.test_plane) ... ok
test_create_xz (tests.test_plane.test_plane) ... ok
test_create_yz (tests.test_plane.test_plane) ... [-1. -0. -0. -2.]
ok
test_import (tests.test_plane.test_plane) ... ok
test_invert_normal (tests.test_plane.test_plane) ... ok
test_normal (tests.test_plane.test_plane) ... ok
test_position (tests.test_plane.test_plane) ... ok
test_abs_height (tests.test_rectangle.test_rectangle) ... ok
test_abs_height_negative (tests.test_rectangle.test_rectangle) ... ok
test_abs_width (tests.test_rectangle.test_rectangle) ... ok
test_abs_width_negative (tests.test_rectangle.test_rectangle) ... ok
test_bottom (tests.test_rectangle.test_rectangle) ... ok
test_bottom_negative (tests.test_rectangle.test_rectangle) ... ok
test_bounds (tests.test_rectangle.test_rectangle) ... ok
test_create (tests.test_rectangle.test_rectangle) ... ok
test_create_dtype (tests.test_rectangle.test_rectangle) ... /build/pyrr-0.10.3/tests/test_rectangle.py:20: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
result = rectangle.create(dtype=np.float)
ok
test_create_from_bounds (tests.test_rectangle.test_rectangle) ... ok
test_create_zeros (tests.test_rectangle.test_rectangle) ... ok
test_height (tests.test_rectangle.test_rectangle) ... ok
test_height_negative (tests.test_rectangle.test_rectangle) ... ok
test_import (tests.test_rectangle.test_rectangle) ... ok
test_left (tests.test_rectangle.test_rectangle) ... ok
test_left_negative (tests.test_rectangle.test_rectangle) ... ok
test_position (tests.test_rectangle.test_rectangle) ... ok
test_right (tests.test_rectangle.test_rectangle) ... ok
test_right_negative (tests.test_rectangle.test_rectangle) ... ok
test_scale_by_vector (tests.test_rectangle.test_rectangle) ... ok
test_scale_by_vector3 (tests.test_rectangle.test_rectangle) ... ok
test_size (tests.test_rectangle.test_rectangle) ... ok
test_top (tests.test_rectangle.test_rectangle) ... ok
test_top_negative (tests.test_rectangle.test_rectangle) ... ok
test_width (tests.test_rectangle.test_rectangle) ... ok
test_width_negative (tests.test_rectangle.test_rectangle) ... ok
test_x (tests.test_rectangle.test_rectangle) ... ok
test_x_negative (tests.test_rectangle.test_rectangle) ... ok
test_y (tests.test_rectangle.test_rectangle) ... ok
test_y_negative (tests.test_rectangle.test_rectangle) ... ok
test_count_bits (tests.test_integer.test_integer) ... ok
test_import (tests.test_integer.test_integer) ... ok
test_create (tests.test_euler.test_euler) ... ok
test_import (tests.test_euler.test_euler) ... ok
test_add_aabbs (tests.test_aabb.test_aabb) ... ok
test_add_point (tests.test_aabb.test_aabb) ... ok
test_centre_point_multiple_points (tests.test_aabb.test_aabb) ... ok
test_centre_point_single_point (tests.test_aabb.test_aabb) ... ok
test_clamp_points_list (tests.test_aabb.test_aabb) ... ok
test_clamp_points_single (tests.test_aabb.test_aabb) ... ok
test_create_from_aabbs (tests.test_aabb.test_aabb) ... ok
test_create_from_bounds (tests.test_aabb.test_aabb) ... ok
test_create_from_points (tests.test_aabb.test_aabb) ... ok
test_create_zeros (tests.test_aabb.test_aabb) ... ok
test_import (tests.test_aabb.test_aabb) ... ok
test_maximum (tests.test_aabb.test_aabb) ... ok
test_minimum (tests.test_aabb.test_aabb) ... ok
test_procedural_examples (tests.test_examples.test_procedural_examples) ... ok
test_euler_equivalence (tests.test_equivalence.test_matrix_quaternion) ... ok
test_m44_q_equivalence (tests.test_equivalence.test_matrix_quaternion)
Test for equivalance of matrix and quaternion rotations. ... ok
test_quaternion_matrix_conversion (tests.test_equivalence.test_matrix_quaternion) ... [ 0.80087974 0.03166748 0.59114721 -0.09018753] [ 0.80087974 0.03166748 0.59114721 -0.09018753]
ok
test_add_aabbs (tests.test_aambb.test_aambb) ... ok
test_add_point (tests.test_aambb.test_aambb) ... ok
test_center_point (tests.test_aambb.test_aambb) ... ok
test_create_from_aabbs (tests.test_aambb.test_aambb) ... ok
test_create_from_bounds (tests.test_aambb.test_aambb) ... ok
test_create_from_points (tests.test_aambb.test_aambb) ... ok
test_create_zeros (tests.test_aambb.test_aambb) ... ok
test_import (tests.test_aambb.test_aambb) ... ok
test_create_from_points (tests.test_line.test_line) ... ok
test_create_from_ray (tests.test_line.test_line) ... ok
test_create_zeros (tests.test_line.test_line) ... ok
test_end (tests.test_line.test_line) ... ok
test_import (tests.test_line.test_line) ... ok
test_start (tests.test_line.test_line) ... ok
test_apply_to_vector_non_unit (tests.test_quaternion.test_quaternion) ... ok
test_apply_to_vector_unit_x (tests.test_quaternion.test_quaternion) ... ok
test_apply_to_vector_x (tests.test_quaternion.test_quaternion) ... ok
test_apply_to_vector_y (tests.test_quaternion.test_quaternion) ... ok
test_apply_to_vector_z (tests.test_quaternion.test_quaternion) ... ok
test_conjugate (tests.test_quaternion.test_quaternion) ... ok
test_conjugate_rotation (tests.test_quaternion.test_quaternion) ... ok
test_create (tests.test_quaternion.test_quaternion) ... /build/pyrr-0.10.3/tests/test_quaternion.py:23: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_axis (tests.test_quaternion.test_quaternion) ... /build/pyrr-0.10.3/tests/test_quaternion.py:83: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_axis_rotation (tests.test_quaternion.test_quaternion) ... /build/pyrr-0.10.3/tests/test_quaternion.py:71: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_axis_rotation_non_normalized (tests.test_quaternion.test_quaternion) ... /build/pyrr-0.10.3/tests/test_quaternion.py:76: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_eulers (tests.test_quaternion.test_quaternion) ... /build/pyrr-0.10.3/tests/test_quaternion.py:125: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_eulers_identity (tests.test_quaternion.test_quaternion) ... /build/pyrr-0.10.3/tests/test_quaternion.py:120: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_inverse_of_eulers (tests.test_quaternion.test_quaternion) ... skipped 'Not implemented'
test_create_from_matrix_unit (tests.test_quaternion.test_quaternion) ... /build/pyrr-0.10.3/tests/test_quaternion.py:88: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_matrix_x (tests.test_quaternion.test_quaternion) ... /build/pyrr-0.10.3/tests/test_quaternion.py:97: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_matrix_y (tests.test_quaternion.test_quaternion) ... /build/pyrr-0.10.3/tests/test_quaternion.py:106: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_matrix_z (tests.test_quaternion.test_quaternion) ... /build/pyrr-0.10.3/tests/test_quaternion.py:115: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_x_rotation (tests.test_quaternion.test_quaternion) ... ok
test_create_from_y_rotation (tests.test_quaternion.test_quaternion) ... ok
test_create_from_z_rotation (tests.test_quaternion.test_quaternion) ... ok
test_create_parameters (tests.test_quaternion.test_quaternion) ... /build/pyrr-0.10.3/tests/test_quaternion.py:28: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_cross (tests.test_quaternion.test_quaternion) ... ok
test_dot_adjacent (tests.test_quaternion.test_quaternion) ... ok
test_dot_angle (tests.test_quaternion.test_quaternion) ... ok
test_dot_batch (tests.test_quaternion.test_quaternion) ... ok
test_dot_parallel (tests.test_quaternion.test_quaternion) ... ok
test_exp (tests.test_quaternion.test_quaternion) ... ok
test_identity (tests.test_quaternion.test_quaternion) ... ok
test_import (tests.test_quaternion.test_quaternion) ... ok
test_inverse (tests.test_quaternion.test_quaternion) ... ok
test_inverse_non_unit (tests.test_quaternion.test_quaternion) ... ok
test_inverse_rotation (tests.test_quaternion.test_quaternion) ... ok
test_is_non_zero_length (tests.test_quaternion.test_quaternion) ... ok
test_is_non_zero_length_zero (tests.test_quaternion.test_quaternion) ... ok
test_is_zero_length (tests.test_quaternion.test_quaternion) ... ok
test_is_zero_length_zero (tests.test_quaternion.test_quaternion) ... ok
test_length (tests.test_quaternion.test_quaternion) ... ok
test_length_batch (tests.test_quaternion.test_quaternion) ... ok
test_length_identity (tests.test_quaternion.test_quaternion) ... ok
test_negate (tests.test_quaternion.test_quaternion) ... ok
test_negate_unit (tests.test_quaternion.test_quaternion) ... ok
test_normalize_batch (tests.test_quaternion.test_quaternion) ... ok
test_normalize_identity (tests.test_quaternion.test_quaternion) ... ok
test_normalize_non_identity (tests.test_quaternion.test_quaternion) ... ok
test_power (tests.test_quaternion.test_quaternion) ... skipped 'Not implemented'
test_quaternion_slerp (tests.test_quaternion.test_quaternion) ... ok
test_rotation_angle (tests.test_quaternion.test_quaternion) ... ok
test_rotation_axis (tests.test_quaternion.test_quaternion) ... ok
test_squared_length (tests.test_quaternion.test_quaternion) ... ok
test_squared_length_batch (tests.test_quaternion.test_quaternion) ... ok
test_squared_length_identity (tests.test_quaternion.test_quaternion) ... ok
test_dot_adjacent (tests.test_vector.test_vector) ... ok
test_dot_angle (tests.test_vector.test_vector) ... ok
test_dot_batch (tests.test_vector.test_vector) ... ok
test_dot_parallel (tests.test_vector.test_vector) ... ok
test_import (tests.test_vector.test_vector) ... ok
test_interoplation (tests.test_vector.test_vector) ... ok
test_length_vector3 (tests.test_vector.test_vector) ... ok
test_length_vector3_batch (tests.test_vector.test_vector) ... ok
test_length_vector4 (tests.test_vector.test_vector) ... ok
test_normalize_batch (tests.test_vector.test_vector) ... ok
test_normalize_single_vector (tests.test_vector.test_vector) ... ok
test_set_length_batch_vector (tests.test_vector.test_vector) ... ok
test_set_length_vector3 (tests.test_vector.test_vector) ... ok
test_set_length_vector4 (tests.test_vector.test_vector) ... ok
test_squared_length_batch (tests.test_vector.test_vector) ... ok
test_squared_length_single_vector (tests.test_vector.test_vector) ... ok
test_apply_to_vector_identity (tests.test_matrix44.test_matrix44) ... ok
test_apply_to_vector_with_translation (tests.test_matrix44.test_matrix44) ... ok
test_apply_to_vector_x_rotation (tests.test_matrix44.test_matrix44) ... ok
test_apply_to_vector_y_rotation (tests.test_matrix44.test_matrix44) ... ok
test_apply_to_vector_z_rotation (tests.test_matrix44.test_matrix44) ... ok
test_create_from_axis_rotation (tests.test_matrix44.test_matrix44) ... /build/pyrr-0.10.3/tests/test_matrix44.py:72: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_axis_rotation_non_normalized (tests.test_matrix44.test_matrix44) ... /build/pyrr-0.10.3/tests/test_matrix44.py:77: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_eulers (tests.test_matrix44.test_matrix44) ... skipped 'Not implemented'
test_create_from_inverse_of_quaternion (tests.test_matrix44.test_matrix44) ... ok
test_create_from_matrix33 (tests.test_matrix44.test_matrix44) ... ok
test_create_from_quaternion_rotation (tests.test_matrix44.test_matrix44) ... /build/pyrr-0.10.3/tests/test_matrix44.py:66: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_quaternion_unit (tests.test_matrix44.test_matrix44) ... /build/pyrr-0.10.3/tests/test_matrix44.py:22: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_quaternion_x (tests.test_matrix44.test_matrix44) ... /build/pyrr-0.10.3/tests/test_matrix44.py:33: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_quaternion_y (tests.test_matrix44.test_matrix44) ... /build/pyrr-0.10.3/tests/test_matrix44.py:44: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_quaternion_z (tests.test_matrix44.test_matrix44) ... /build/pyrr-0.10.3/tests/test_matrix44.py:55: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_from_scale (tests.test_matrix44.test_matrix44) ... ok
test_create_from_translation (tests.test_matrix44.test_matrix44) ... ok
test_create_from_x_rotation (tests.test_matrix44.test_matrix44) ... ok
test_create_from_y_rotation (tests.test_matrix44.test_matrix44) ... ok
test_create_from_z_rotation (tests.test_matrix44.test_matrix44) ... ok
test_create_identity (tests.test_matrix44.test_matrix44) ... ok
test_create_look_at (tests.test_matrix44.test_matrix44) ... ok
test_create_look_at_2 (tests.test_matrix44.test_matrix44) ... ok
test_create_look_at_3 (tests.test_matrix44.test_matrix44) ... ok
test_create_look_at_4 (tests.test_matrix44.test_matrix44) ... ok
test_create_look_at_determinant (tests.test_matrix44.test_matrix44) ... ok
test_create_matrix33_view (tests.test_matrix44.test_matrix44) ... ok
test_create_orthogonal_projection_matrix_vector3 (tests.test_matrix44.test_matrix44) ... ok
test_create_orthogonal_projection_matrix_vector4 (tests.test_matrix44.test_matrix44) ... ok
test_create_perspective_projection_matrix_dtype (tests.test_matrix44.test_matrix44) ... ok
test_create_perspective_projection_matrix_vector3 (tests.test_matrix44.test_matrix44) ... ok
test_create_perspective_projection_matrix_vector4_inside (tests.test_matrix44.test_matrix44) ... ok
test_decompose (tests.test_matrix44.test_matrix44) ... ok
test_import (tests.test_matrix44.test_matrix44) ... ok
test_inverse (tests.test_matrix44.test_matrix44) ... ok
test_multiply_identity (tests.test_matrix44.test_matrix44) ... ok
test_multiply_rotation (tests.test_matrix44.test_matrix44) ... ok
test_create_from_points (tests.test_sphere.test_sphere) ... ok
test_import (tests.test_sphere.test_sphere) ... ok
test_position (tests.test_sphere.test_sphere) ... ok
test_radius (tests.test_sphere.test_sphere) ... ok
test_create_cube (tests.test_geometry.test_geometry) ... ok
test_create_quad (tests.test_geometry.test_geometry) ... ok
test_create_quad_rgba (tests.test_geometry.test_geometry) ... ok
test_create_quad_rgba_values (tests.test_geometry.test_geometry) ... ok
test_create_quad_scale (tests.test_geometry.test_geometry) ... ok
test_create_quad_st (tests.test_geometry.test_geometry) ... ok
test_create_quad_st_values (tests.test_geometry.test_geometry) ... ok
test_import (tests.test_geometry.test_geometry) ... ok
test_create (tests.test_ray.test_ray) ... /build/pyrr-0.10.3/tests/test_ray.py:18: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_create_dtype (tests.test_ray.test_ray) ... /build/pyrr-0.10.3/tests/test_ray.py:21: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
result = ray.create([0,0,0],[0,0,1], dtype=np.int)
/build/pyrr-0.10.3/tests/test_ray.py:23: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.int)
ok
test_create_from_line (tests.test_ray.test_ray) ... /build/pyrr-0.10.3/tests/test_ray.py:31: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_direction (tests.test_ray.test_ray) ... ok
test_import (tests.test_ray.test_ray) ... ok
test_invert (tests.test_ray.test_ray) ... /build/pyrr-0.10.3/tests/test_ray.py:36: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(result.dtype == np.float)
ok
test_position (tests.test_ray.test_ray) ... ok
test_aspec_ratio (tests.test_trig.test_trig) ... ok
test_calculate_fov (tests.test_trig.test_trig) ... skipped 'Need a test here'
test_calculate_height (tests.test_trig.test_trig) ... skipped 'Need a test here'
test_calculate_plane_size (tests.test_trig.test_trig) ... skipped 'Need a test here'
test_calculate_zoom (tests.test_trig.test_trig) ... skipped 'Need a test here'
test_import (tests.test_trig.test_trig) ... ok
test_import (tests.test_geometric_tests.test_geometric_tests) ... ok
test_point_closest_point_on_line (tests.test_geometric_tests.test_geometric_tests) ... ok
test_point_closest_point_on_line_2 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_point_closest_point_on_line_segment (tests.test_geometric_tests.test_geometric_tests) ... ok
test_point_closest_point_on_plane (tests.test_geometric_tests.test_geometric_tests) ... ok
test_point_closest_point_on_ray (tests.test_geometric_tests.test_geometric_tests) ... ok
test_point_height_above_plane (tests.test_geometric_tests.test_geometric_tests) ... ok
test_point_intersect_line (tests.test_geometric_tests.test_geometric_tests) ... ok
test_point_intersect_line_invalid (tests.test_geometric_tests.test_geometric_tests) ... ok
test_point_intersect_line_segment (tests.test_geometric_tests.test_geometric_tests) ... ok
test_point_intersect_line_segment_invalid (tests.test_geometric_tests.test_geometric_tests) ... ok
test_point_intersect_rectangle_invalid_intersections_1 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_point_intersect_rectangle_invalid_intersections_2 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_point_intersect_rectangle_invalid_intersections_3 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_point_intersect_rectangle_valid_intersections_1 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_point_intersect_rectangle_valid_intersections_2 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_point_intersect_rectangle_valid_intersections_3 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_coincident_ray (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_coincident_ray_2 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_coincident_ray_3 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_intersect_aabb_invalid_1 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_intersect_aabb_valid_1 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_intersect_aabb_valid_2 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_intersect_aabb_valid_3 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_intersect_plane (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_intersect_plane_front_only (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_intersect_plane_invalid (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_intersect_sphere_no_solution_1 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_intersect_sphere_no_solution_2 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_intersect_sphere_one_solution_1 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_intersect_sphere_two_solutions_1 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_intersect_sphere_two_solutions_2 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_parallel_ray (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_parallel_ray_2 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_ray_parallel_ray_3 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_sphere_does_intersect_sphere_1 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_sphere_does_intersect_sphere_2 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_sphere_does_intersect_sphere_3 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_sphere_does_intersect_sphere_4 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_sphere_penetration_sphere_1 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_sphere_penetration_sphere_2 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_sphere_penetration_sphere_3 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_sphere_penetration_sphere_4 (tests.test_geometric_tests.test_geometric_tests) ... ok
test_vector_parallel_vector (tests.test_geometric_tests.test_geometric_tests) ... ok
test_vector_parallel_vector_invalid (tests.test_geometric_tests.test_geometric_tests) ... ok
test_accessors (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_create (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_create_from_eulers (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_create_from_inverse_quaternion (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_create_from_matrix44 (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_create_from_quaternion (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_create_from_scale (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_from_translation (tests.objects.test_matrix33.test_object_matrix33) ... skipped 'Not implemented'
test_identity (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_imports (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_inverse (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_matrix33 (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_matrix44 (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_multiply (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_operators_matrix33 (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_operators_matrix44 (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_operators_number (tests.objects.test_matrix33.test_object_matrix33) ... /build/pyrr-0.10.3/tests/objects/test_matrix33.py:219: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
fv = np.empty((1,), dtype=[('i', np.int16, 1),('f', np.float32, 1)])
/build/pyrr-0.10.3/tests/objects/test_matrix33.py:225: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(np.array_equal(m + np.float(1.), matrix33.create_identity()[:] + 1.0))
/build/pyrr-0.10.3/tests/objects/test_matrix33.py:232: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(np.array_equal(m - np.float(1.), matrix33.create_identity()[:] - 1.0))
/build/pyrr-0.10.3/tests/objects/test_matrix33.py:239: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(np.array_equal(m * np.float(2.), matrix33.create_identity()[:] * 2.0))
/build/pyrr-0.10.3/tests/objects/test_matrix33.py:246: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(np.array_equal(m / np.float(2.), matrix33.create_identity()[:] / 2.0))
ok
test_operators_quaternion (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_operators_vector3 (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_operators_vector4 (tests.objects.test_matrix33.test_object_matrix33) ... ok
test_orthogonal_projection (tests.objects.test_matrix33.test_object_matrix33) ... skipped 'Not implemented'
test_perspective_projection (tests.objects.test_matrix33.test_object_matrix33) ... skipped 'Not implemented'
test_perspective_projection_bounds (tests.objects.test_matrix33.test_object_matrix33) ... skipped 'Not implemented'
test_accessors (tests.objects.test_vector4.test_object_vector4) ... ok
test_bitwise (tests.objects.test_vector4.test_object_vector4) ... ok
test_create (tests.objects.test_vector4.test_object_vector4) ... ok
test_imports (tests.objects.test_vector4.test_object_vector4) ... ok
test_inverse (tests.objects.test_vector4.test_object_vector4) ... ok
test_normalize (tests.objects.test_vector4.test_object_vector4) ... ok
test_operators_matrix33 (tests.objects.test_vector4.test_object_vector4) ... ok
test_operators_matrix44 (tests.objects.test_vector4.test_object_vector4) ... ok
test_operators_number (tests.objects.test_vector4.test_object_vector4) ... /build/pyrr-0.10.3/tests/objects/test_vector4.py:173: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
fv = np.empty((1,), dtype=[('i', np.int16, 1),('f', np.float32, 1)])
/build/pyrr-0.10.3/tests/objects/test_vector4.py:179: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(np.array_equal(v1 + np.float(1.), [2., 3., 4., 5.]))
/build/pyrr-0.10.3/tests/objects/test_vector4.py:186: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(np.array_equal(v1 - np.float(1.), [0., 1., 2., 3.]))
/build/pyrr-0.10.3/tests/objects/test_vector4.py:193: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(np.array_equal(v1 * np.float(2.), [2., 4., 6., 8.]))
/build/pyrr-0.10.3/tests/objects/test_vector4.py:200: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(np.array_equal(v1 / np.float(2.), [.5, 1., 1.5, 2.]))
/build/pyrr-0.10.3/tests/objects/test_vector4.py:207: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertRaises(ValueError, lambda: v1 | np.float(2.))
/build/pyrr-0.10.3/tests/objects/test_vector4.py:214: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertRaises(ValueError, lambda: v1 ^ np.float(2.))
/build/pyrr-0.10.3/tests/objects/test_vector4.py:221: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertRaises(ValueError, lambda: v1 == np.float(2.))
/build/pyrr-0.10.3/tests/objects/test_vector4.py:228: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertRaises(ValueError, lambda: v1 != np.float(2.))
ok
test_operators_quaternion (tests.objects.test_vector4.test_object_vector4) ... ok
test_operators_vector3 (tests.objects.test_vector4.test_object_vector4) ... ok
test_operators_vector4 (tests.objects.test_vector4.test_object_vector4) ... ok
test_accessors (tests.objects.test_vector3.test_object_vector3) ... ok
test_bitwise (tests.objects.test_vector3.test_object_vector3) ... ok
test_create (tests.objects.test_vector3.test_object_vector3) ... ok
test_imports (tests.objects.test_vector3.test_object_vector3) ... ok
test_imports_1 (tests.objects.test_vector3.test_object_vector3) ... ok
test_imports_2 (tests.objects.test_vector3.test_object_vector3) ... ok
test_imports_3 (tests.objects.test_vector3.test_object_vector3) ... ok
test_inverse (tests.objects.test_vector3.test_object_vector3) ... ok
test_normalize (tests.objects.test_vector3.test_object_vector3) ... ok
test_operators_matrix33 (tests.objects.test_vector3.test_object_vector3) ... ok
test_operators_matrix44 (tests.objects.test_vector3.test_object_vector3) ... ok
test_operators_number (tests.objects.test_vector3.test_object_vector3) ... /build/pyrr-0.10.3/tests/objects/test_vector3.py:190: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
fv = np.empty((1,), dtype=[('i', np.int16, 1),('f', np.float32, 1)])
/build/pyrr-0.10.3/tests/objects/test_vector3.py:196: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(np.array_equal(v1 + np.float(1.), [2., 3., 4.]))
/build/pyrr-0.10.3/tests/objects/test_vector3.py:203: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(np.array_equal(v1 - np.float(1.), [0., 1., 2.]))
/build/pyrr-0.10.3/tests/objects/test_vector3.py:210: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(np.array_equal(v1 * np.float(2.), [2., 4., 6.]))
/build/pyrr-0.10.3/tests/objects/test_vector3.py:217: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(np.array_equal(v1 / np.float(2.), [.5, 1., 1.5]))
/build/pyrr-0.10.3/tests/objects/test_vector3.py:224: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertRaises(ValueError, lambda: v1 | np.float(2.))
/build/pyrr-0.10.3/tests/objects/test_vector3.py:231: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertRaises(ValueError, lambda: v1 ^ np.float(2.))
/build/pyrr-0.10.3/tests/objects/test_vector3.py:238: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertRaises(ValueError, lambda: v1 == np.float(2.))
/build/pyrr-0.10.3/tests/objects/test_vector3.py:245: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertRaises(ValueError, lambda: v1 != np.float(2.))
ok
test_operators_quaternion (tests.objects.test_vector3.test_object_vector3) ... ok
test_operators_vector3 (tests.objects.test_vector3.test_object_vector3) ... ok
test_operators_vector4 (tests.objects.test_vector3.test_object_vector3) ... ok
test_conversions (tests.objects.test_examples.test_oo_examples) ... ok
test_oo_examples (tests.objects.test_examples.test_oo_examples) ... ok
test_operators (tests.objects.test_examples.test_oo_examples) ... ok
test_euler_equivalence (tests.objects.test_equivalence.test_matrix_quaternion) ... ok
test_m44_q_equivalence (tests.objects.test_equivalence.test_matrix_quaternion)
Test for equivalance of matrix and quaternion rotations. ... ok
test_quaternion_matrix_conversion (tests.objects.test_equivalence.test_matrix_quaternion) ... [ 0.80087974 0.03166748 0.59114721 -0.09018753] [ 0.80087974 0.03166748 0.59114721 -0.09018753]
ok
test_accessors (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_angle (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_apply_to_vector_non_unit (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_axis (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_conjugate (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_create (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_cross (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_dot (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_equality (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_equality_negative (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_exp (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_from_axis (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_from_axis_rotation (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_from_eulers (tests.objects.test_quaternion.test_object_quaternion) ... skipped 'Not implemented'
test_from_inverse_of_eulers (tests.objects.test_quaternion.test_object_quaternion) ... skipped 'Not implemented'
test_from_x_rotation (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_from_y_rotation (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_from_z_rotation (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_imports (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_inverse (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_is_identity (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_length (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_matrix33 (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_matrix44 (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_negative (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_normalize (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_normalized (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_operators_matrix33 (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_operators_matrix44 (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_operators_quaternion (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_operators_vector3 (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_operators_vector4 (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_power (tests.objects.test_quaternion.test_object_quaternion) ... ok
test_accessors (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_create (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_create_from_eulers (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_create_from_inverse_quaternion (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_create_from_matrix44 (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_create_from_quaternion (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_create_from_scale (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_decompose (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_from_translation (tests.objects.test_matrix44.test_object_matrix44) ... skipped 'Not implemented'
test_identity (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_imports (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_inverse (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_matrix33 (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_matrix44 (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_multiply (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_operators_matrix33 (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_operators_matrix44 (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_operators_number (tests.objects.test_matrix44.test_object_matrix44) ... /build/pyrr-0.10.3/tests/objects/test_matrix44.py:219: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
fv = np.empty((1,), dtype=[('i', np.int16, 1),('f', np.float32, 1)])
/build/pyrr-0.10.3/tests/objects/test_matrix44.py:225: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(np.array_equal(m + np.float(1.), matrix44.create_identity()[:] + 1.0))
/build/pyrr-0.10.3/tests/objects/test_matrix44.py:232: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(np.array_equal(m - np.float(1.), matrix44.create_identity()[:] - 1.0))
/build/pyrr-0.10.3/tests/objects/test_matrix44.py:239: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(np.array_equal(m * np.float(2.), matrix44.create_identity()[:] * 2.0))
/build/pyrr-0.10.3/tests/objects/test_matrix44.py:246: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
self.assertTrue(np.array_equal(m / np.float(2.), matrix44.create_identity()[:] / 2.0))
ok
test_operators_quaternion (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_operators_vector3 (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_operators_vector4 (tests.objects.test_matrix44.test_object_matrix44) ... ok
test_orthogonal_projection (tests.objects.test_matrix44.test_object_matrix44) ... skipped 'Not implemented'
test_perspective_projection (tests.objects.test_matrix44.test_object_matrix44) ... skipped 'Not implemented'
test_perspective_projection_bounds (tests.objects.test_matrix44.test_object_matrix44) ... skipped 'Not implemented'
----------------------------------------------------------------------
Ran 451 tests in 0.439s
OK (skipped=18)
Finished executing setuptoolsCheckPhase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment