Coder Social home page Coder Social logo

Comments (4)

prabhuramachandran avatar prabhuramachandran commented on May 17, 2024

Sorry about these, I am really hoping to push out a release sometime soon. The easiest fix is to also install compyle from github like so and then do the above:

pip install -U https://github.com/pypr/compyle/zipball/master

Since pysph is already installed I think you will not need to reinstall it but you can try to rerun the tests with this.

from pysph.

Hassan-Bahrami avatar Hassan-Bahrami commented on May 17, 2024

@prabhuramachandran thank you for the quick response.
I tried
pip install -U https://github.com/pypr/compyle/zipball/master

and then pysph test. I got 1 error as below:

================================================= test session starts =================================================
platform win32 -- Python 3.8.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1
rootdir: C:\Windows\system32
collected 956 items / 1 error / 955 selected

======================================================= ERRORS ========================================================
___________________________________ ERROR collecting tools/tests/test_mesh_tools.py ___________________________________
ImportError while importing test module 'c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\tools\tests\test_mesh_tools.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
c:\installers\anaconda\envs\pysph\lib\importlib\__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\tools\tests\test_mesh_tools.py:5: in <module>
    import pysph.tools.mesh_tools as G
pysph\tools\mesh_tools.pyx:9: in init pysph.tools.mesh_tools
    ???
E   ModuleNotFoundError: No module named 'meshio'
================================================== warnings summary ===================================================
..\..\installers\anaconda\envs\pysph\lib\site-packages\compyle\types.py:164
  c:\installers\anaconda\envs\pysph\lib\site-packages\compyle\types.py:164: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
  Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
    np.dtype(np.bool): 'char',

..\..\installers\anaconda\envs\pysph\lib\site-packages\compyle\types.py:173
  c:\installers\anaconda\envs\pysph\lib\site-packages\compyle\types.py:173: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
  Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
    'bool': np.bool,

..\..\installers\anaconda\envs\pysph\lib\site-packages\pyximport\pyximport.py:51
  c:\installers\anaconda\envs\pysph\lib\site-packages\pyximport\pyximport.py:51: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    import imp

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\nnps.py:1
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\nnps.py:1: 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
    from pysph.base.nnps_base import get_number_of_threads, py_flatten, \

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\examples\tests\test_examples.py:84
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\examples\tests\test_examples.py:84: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.slow

..\..\installers\anaconda\envs\pysph\lib\site-packages\traits\traits.py:330
  c:\installers\anaconda\envs\pysph\lib\site-packages\traits\traits.py:330: DeprecationWarning: 'TraitMap' trait handler has been deprecated. Use Map instead.
    other.append(TraitMap(map))

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_openmp.py:17
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_openmp.py:17: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.slow

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_openmp.py:33
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_openmp.py:33: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.slow

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:51
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:51: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:55
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:55: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:68
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:68: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.slow

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:69
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:69: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:88
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:88: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:94
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:94: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:108
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:108: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:22
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:22: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.slow

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:23
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:23: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:36
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:36: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.slow

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:37
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:37: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:51
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:51: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.slow

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:52
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:52: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:62
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:62: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=============================================== short test summary info ===============================================
ERROR tools/tests/test_mesh_tools.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
============================================ 22 warnings, 1 error in 7.39s ============================================

It's much better. There is an error in importing meshio in mesh_tools.pyx. Can I install it manually in my environment to solve this issue?

Thanks

from pysph.

Hassan-Bahrami avatar Hassan-Bahrami commented on May 17, 2024

I installed meshio manually in the environment, then ran pysph test again. This time it was executed correctly but it gave the following results:

================================================= test session starts =================================================
platform win32 -- Python 3.8.8, pytest-6.1.1, py-1.9.0, pluggy-0.13.1
rootdir: C:\Windows\system32
collecting 681 items                                                                                                   Windows fatal exception: code 0xc0000139

Current thread 0x00001da8 (most recent call first):
  File "<frozen importlib._bootstrap>", line 219 in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 1101 in create_module
  File "<frozen importlib._bootstrap>", line 556 in module_from_spec
  File "<frozen importlib._bootstrap>", line 657 in _load_unlocked
  File "<frozen importlib._bootstrap>", line 975 in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 991 in _find_and_load
  File "<frozen importlib._bootstrap>", line 219 in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 1109 in exec_module
  File "<frozen importlib._bootstrap>", line 671 in _load_unlocked
  File "<frozen importlib._bootstrap>", line 975 in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 991 in _find_and_load
  File "<frozen importlib._bootstrap>", line 219 in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1042 in _handle_fromlist
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\h5py\version.py", line 15 in <module>
  File "<frozen importlib._bootstrap>", line 219 in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 783 in exec_module
  File "<frozen importlib._bootstrap>", line 671 in _load_unlocked
  File "<frozen importlib._bootstrap>", line 975 in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 991 in _find_and_load
  File "<frozen importlib._bootstrap>", line 219 in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1042 in _handle_fromlist
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\h5py\__init__.py", line 33 in <module>
  File "<frozen importlib._bootstrap>", line 219 in _call_with_frames_removed
  File "<frozen importlib._bootstrap_external>", line 783 in exec_module
  File "<frozen importlib._bootstrap>", line 671 in _load_unlocked
  File "<frozen importlib._bootstrap>", line 975 in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 991 in _find_and_load
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\__init__.py", line 76 in has_h5py
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\solver\tests\test_solver_utils.py", line 158 in TestOutputHdf5
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\solver\tests\test_solver_utils.py", line 157 in <module>
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\assertion\rewrite.py", line 171 in exec_module
  File "<frozen importlib._bootstrap>", line 671 in _load_unlocked
  File "<frozen importlib._bootstrap>", line 975 in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 991 in _find_and_load
  File "<frozen importlib._bootstrap>", line 1014 in _gcd_import
  File "c:\installers\anaconda\envs\pysph\lib\importlib\__init__.py", line 127 in import_module
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\pathlib.py", line 517 in import_path
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\python.py", line 571 in _importtestmodule
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\python.py", line 503 in _getobj
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\python.py", line 294 in obj
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\python.py", line 519 in _inject_setup_module_fixture
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\python.py", line 506 in collect
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\runner.py", line 340 in <lambda>
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\runner.py", line 310 in from_call
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\runner.py", line 340 in pytest_make_collect_report
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pluggy\callers.py", line 187 in _multicall
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pluggy\manager.py", line 84 in <lambda>
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pluggy\manager.py", line 93 in _hookexec
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pluggy\hooks.py", line 286 in __call__
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\runner.py", line 457 in collect_one_node
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\main.py", line 800 in genitems
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\main.py", line 803 in genitems
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\main.py", line 626 in perform_collect
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\main.py", line 323 in pytest_collection
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pluggy\callers.py", line 187 in _multicall
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pluggy\manager.py", line 84 in <lambda>
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pluggy\manager.py", line 93 in _hookexec
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pluggy\hooks.py", line 286 in __call__
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\main.py", line 312 in _main
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\main.py", line 257 in wrap_session
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\main.py", line 306 in pytest_cmdline_main
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pluggy\callers.py", line 187 in _multicall
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pluggy\manager.py", line 84 in <lambda>
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pluggy\manager.py", line 93 in _hookexec
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pluggy\hooks.py", line 286 in __call__
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\_pytest\config\__init__.py", line 164 in main
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\tools\cli.py", line 35 in run_tests
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\tools\cli.py", line 113 in main
  File "C:\Installers\Anaconda\envs\PySPH\Scripts\pysph.exe\__main__.py", line 7 in <module>
  File "c:\installers\anaconda\envs\pysph\lib\runpy.py", line 87 in _run_code
  File "c:\installers\anaconda\envs\pysph\lib\runpy.py", line 194 in _run_module_as_main
collected 966 items

base\tests\test_device_helper.py ..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s..s.                         [  5%]
base\tests\test_domain_manager.py F.F.........                                                                   [  6%]
base\tests\test_kernel.py ...................................................................................... [ 15%]
...................                                                                                              [ 17%]
base\tests\test_linalg3.py .......                                                                               [ 18%]
base\tests\test_neighbor_cache.py ....                                                                           [ 18%]
base\tests\test_nnps.py .......FFFFFFFFFF....................................................................... [ 28%]
.....................xx...x.xx...xFFFFFFFsssssssFFFFFFFFFFFFFFFFFFFFFsssssssFFFFFFFFFFFFFFsssssssFFFFFFFFFFFFFFF [ 39%]
FFFFxx.................................................                                                          [ 45%]
base\tests\test_octree.py .....s...s...s...s...s...s...s...s.                                                    [ 48%]
base\tests\test_particle_array.py ..................................................................ssssssssssss [ 57%]
sssssssssssssssssss                                                                                              [ 59%]
base\tests\test_periodic_nnps.py ............                                                                    [ 60%]
base\tests\test_reduce_array.py ......                                                                           [ 60%]
base\tests\test_utils.py ..                                                                                      [ 61%]
examples\tests\test_examples.py ................................................................................ [ 69%]
...........                                                                                                      [ 70%]
examples\tests\test_riemann_solver.py s........                                                                  [ 71%]
parallel\tests\test_openmp.py ...                                                                                [ 71%]
parallel\tests\test_parallel.py sssssss                                                                          [ 72%]
parallel\tests\test_parallel_run.py ssss                                                                         [ 72%]
solver\tests\test_application.py .....                                                                           [ 73%]
solver\tests\test_solver.py ...                                                                                  [ 73%]
solver\tests\test_solver_utils.py ......sssss...                                                                 [ 75%]
sph\bc\tests\test_simple_inlet_outlet.py .......                                                                 [ 75%]
sph\tests\test_acceleration_eval.py ...........................FF.F......FF.....FF.F.....F.F...........ss...s.ss [ 83%]
.ssssssssssssss..                                                                                                [ 85%]
sph\tests\test_acceleration_eval_cython_helper.py .....                                                          [ 86%]
sph\tests\test_equations.py ...............                                                                      [ 87%]
sph\tests\test_integrator.py ...................ssss                                                             [ 89%]
sph\tests\test_integrator_cython_helper.py .                                                                     [ 90%]
sph\tests\test_integrator_step.py ..                                                                             [ 90%]
sph\tests\test_kernel_corrections.py ................                                                            [ 91%]
sph\tests\test_linalg.py .............                                                                           [ 93%]
sph\tests\test_multi_group_integrator.py ..                                                                      [ 93%]
sph\tests\test_riemann_solver.py .............                                                                   [ 94%]
sph\tests\test_scheme.py .                                                                                       [ 94%]
tools\tests\test_geometry.py .............s....                                                                  [ 96%]
tools\tests\test_interpolator.py ..................                                                              [ 98%]
tools\tests\test_mesh_tools.py ..........                                                                        [ 99%]
tools\tests\test_sph_evaluator.py ...                                                                            [100%]

====================================================== FAILURES =======================================================
______________________________________ ZOrderGPUPeriodicBox2D.test_box_wrapping _______________________________________

self = <pysph.base.tests.test_domain_manager.ZOrderGPUPeriodicBox2D testMethod=test_box_wrapping>

    def test_box_wrapping(self):
        # Given
        fluid = self.fluid
        fluid.x += 0.35
        fluid.y += 0.35
>       self._check_summation_density()

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_domain_manager.py:170:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_domain_manager.py:114: in _check_summation_density
    self.assertAlmostEqual(voli, self.vol, 5)
E   AssertionError: 0.0010244323870401504 != 0.010000000000000002 within 5 places (0.008975567612959852 difference)
------------------------------------------------ Captured stdout call -------------------------------------------------
Warning: the following symbols are implicitly defined.
  {'j'}
You may want to explicitly declare/define them.
Warning: the following symbols are implicitly defined.
  {'j', 'm', 'k'}
You may want to explicitly declare/define them.
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
____________________________________ ZOrderGPUPeriodicBox2D.test_summation_density ____________________________________

self = <pysph.base.tests.test_domain_manager.ZOrderGPUPeriodicBox2D testMethod=test_summation_density>

    def test_summation_density(self):
>       self._check_summation_density()

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_domain_manager.py:163:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_domain_manager.py:114: in _check_summation_density
    self.assertAlmostEqual(voli, self.vol, 5)
E   AssertionError: 0.0010244323870401504 != 0.010000000000000002 within 5 places (0.008975567612959852 difference)
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
______________________________________ OctreeGPUNNPS2DTestCase.test_neighbors_aa ______________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPS2DTestCase testMethod=test_neighbors_aa>

    def test_neighbors_aa(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:221:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:208: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:192: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 915
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
______________________________________ OctreeGPUNNPS2DTestCase.test_neighbors_ab ______________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPS2DTestCase testMethod=test_neighbors_ab>

    def test_neighbors_ab(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:225:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:208: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:192: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 103
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
______________________________________ OctreeGPUNNPS2DTestCase.test_neighbors_ba ______________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPS2DTestCase testMethod=test_neighbors_ba>

    def test_neighbors_ba(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:229:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:208: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:192: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 1
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
______________________________________ OctreeGPUNNPS2DTestCase.test_neighbors_bb ______________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPS2DTestCase testMethod=test_neighbors_bb>

    def test_neighbors_bb(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:233:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:208: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:192: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 1 != 220
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
________________________________________ OctreeGPUNNPS2DTestCase.test_repeated ________________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPS2DTestCase testMethod=test_repeated>

    def test_repeated(self):
>       self.test_neighbors_aa()

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:237:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:221: in test_neighbors_aa
    self._test_neighbors_by_particle(src_index=0, dst_index=0,
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:208: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:192: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 915
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
___________________________________ OctreeGPUNNPSDouble2DTestCase.test_neighbors_aa ___________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSDouble2DTestCase testMethod=test_neighbors_aa>

    def test_neighbors_aa(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:221:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:208: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:192: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 915
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
___________________________________ OctreeGPUNNPSDouble2DTestCase.test_neighbors_ab ___________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSDouble2DTestCase testMethod=test_neighbors_ab>

    def test_neighbors_ab(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:225:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:208: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:192: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 103
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
___________________________________ OctreeGPUNNPSDouble2DTestCase.test_neighbors_ba ___________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSDouble2DTestCase testMethod=test_neighbors_ba>

    def test_neighbors_ba(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:229:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:208: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:192: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 1
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
___________________________________ OctreeGPUNNPSDouble2DTestCase.test_neighbors_bb ___________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSDouble2DTestCase testMethod=test_neighbors_bb>

    def test_neighbors_bb(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:233:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:208: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:192: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 5 != 0
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_____________________________________ OctreeGPUNNPSDouble2DTestCase.test_repeated _____________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSDouble2DTestCase testMethod=test_repeated>

    def test_repeated(self):
>       self.test_neighbors_aa()

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:237:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:221: in test_neighbors_aa
    self._test_neighbors_by_particle(src_index=0, dst_index=0,
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:208: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:192: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 1 != 915
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________________ ZOrderGPUNNPSTestCase.test_neighbors_aa _______________________________________

self = <pysph.base.tests.test_nnps.ZOrderGPUNNPSTestCase testMethod=test_neighbors_aa>

    def test_neighbors_aa(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 330 != 0
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________________ ZOrderGPUNNPSTestCase.test_neighbors_ab _______________________________________

self = <pysph.base.tests.test_nnps.ZOrderGPUNNPSTestCase testMethod=test_neighbors_ab>

    def test_neighbors_ab(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:448:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 94
------------------------------------------------ Captured stdout call -------------------------------------------------
Warning: the following symbols are implicitly defined.
  {'j'}
You may want to explicitly declare/define them.
Warning: the following symbols are implicitly defined.
  {'j', 'm', 'k'}
You may want to explicitly declare/define them.
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________________ ZOrderGPUNNPSTestCase.test_neighbors_ba _______________________________________

self = <pysph.base.tests.test_nnps.ZOrderGPUNNPSTestCase testMethod=test_neighbors_ba>

    def test_neighbors_ba(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:452:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 3 != 20
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________________ ZOrderGPUNNPSTestCase.test_neighbors_bb _______________________________________

self = <pysph.base.tests.test_nnps.ZOrderGPUNNPSTestCase testMethod=test_neighbors_bb>

    def test_neighbors_bb(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:456:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 9 != 0
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________________ ZOrderGPUNNPSTestCase.test_neighbors_cc _______________________________________

self = <pysph.base.tests.test_nnps.ZOrderGPUNNPSTestCase testMethod=test_neighbors_cc>

    def test_neighbors_cc(self):
>       self._test_neighbors_by_particle(src_index=2, dst_index=2,
                                         dst_numPoints=self.numPoints3)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:460:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 7
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________________ ZOrderGPUNNPSTestCase.test_neighbors_dd _______________________________________

self = <pysph.base.tests.test_nnps.ZOrderGPUNNPSTestCase testMethod=test_neighbors_dd>

    def test_neighbors_dd(self):
>       self._test_neighbors_by_particle(src_index=3, dst_index=3,
                                         dst_numPoints=self.numPoints4)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:464:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 1
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_________________________________________ ZOrderGPUNNPSTestCase.test_repeated _________________________________________

self = <pysph.base.tests.test_nnps.ZOrderGPUNNPSTestCase testMethod=test_repeated>

    def test_repeated(self):
>       self.test_neighbors_aa()

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:468:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444: in test_neighbors_aa
    self._test_neighbors_by_particle(src_index=0, dst_index=0,
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 101
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
______________________________________ BruteForceNNPSTestCase.test_neighbors_aa _______________________________________

self = <pysph.base.tests.test_nnps.BruteForceNNPSTestCase testMethod=test_neighbors_aa>

    def test_neighbors_aa(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 101
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
______________________________________ BruteForceNNPSTestCase.test_neighbors_ab _______________________________________

self = <pysph.base.tests.test_nnps.BruteForceNNPSTestCase testMethod=test_neighbors_ab>

    def test_neighbors_ab(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:448:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 94
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
______________________________________ BruteForceNNPSTestCase.test_neighbors_ba _______________________________________

self = <pysph.base.tests.test_nnps.BruteForceNNPSTestCase testMethod=test_neighbors_ba>

    def test_neighbors_ba(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:452:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 20
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
______________________________________ BruteForceNNPSTestCase.test_neighbors_bb _______________________________________

self = <pysph.base.tests.test_nnps.BruteForceNNPSTestCase testMethod=test_neighbors_bb>

    def test_neighbors_bb(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:456:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 31
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
______________________________________ BruteForceNNPSTestCase.test_neighbors_cc _______________________________________

self = <pysph.base.tests.test_nnps.BruteForceNNPSTestCase testMethod=test_neighbors_cc>

    def test_neighbors_cc(self):
>       self._test_neighbors_by_particle(src_index=2, dst_index=2,
                                         dst_numPoints=self.numPoints3)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:460:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 7
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
______________________________________ BruteForceNNPSTestCase.test_neighbors_dd _______________________________________

self = <pysph.base.tests.test_nnps.BruteForceNNPSTestCase testMethod=test_neighbors_dd>

    def test_neighbors_dd(self):
>       self._test_neighbors_by_particle(src_index=3, dst_index=3,
                                         dst_numPoints=self.numPoints4)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:464:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 1
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
________________________________________ BruteForceNNPSTestCase.test_repeated _________________________________________

self = <pysph.base.tests.test_nnps.BruteForceNNPSTestCase testMethod=test_repeated>

    def test_repeated(self):
>       self.test_neighbors_aa()

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:468:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444: in test_neighbors_aa
    self._test_neighbors_by_particle(src_index=0, dst_index=0,
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 101
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________________ OctreeGPUNNPSTestCase.test_neighbors_aa _______________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSTestCase testMethod=test_neighbors_aa>

    def test_neighbors_aa(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 101
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________________ OctreeGPUNNPSTestCase.test_neighbors_ab _______________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSTestCase testMethod=test_neighbors_ab>

    def test_neighbors_ab(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:448:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 94
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________________ OctreeGPUNNPSTestCase.test_neighbors_ba _______________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSTestCase testMethod=test_neighbors_ba>

    def test_neighbors_ba(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:452:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 60 != 20
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________________ OctreeGPUNNPSTestCase.test_neighbors_bb _______________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSTestCase testMethod=test_neighbors_bb>

    def test_neighbors_bb(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:456:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 1 != 0
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________________ OctreeGPUNNPSTestCase.test_neighbors_cc _______________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSTestCase testMethod=test_neighbors_cc>

    def test_neighbors_cc(self):
>       self._test_neighbors_by_particle(src_index=2, dst_index=2,
                                         dst_numPoints=self.numPoints3)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:460:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 7
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________________ OctreeGPUNNPSTestCase.test_neighbors_dd _______________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSTestCase testMethod=test_neighbors_dd>

    def test_neighbors_dd(self):
>       self._test_neighbors_by_particle(src_index=3, dst_index=3,
                                         dst_numPoints=self.numPoints4)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:464:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 1
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_________________________________________ OctreeGPUNNPSTestCase.test_repeated _________________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSTestCase testMethod=test_repeated>

    def test_repeated(self):
>       self.test_neighbors_aa()

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:468:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444: in test_neighbors_aa
    self._test_neighbors_by_particle(src_index=0, dst_index=0,
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 101
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
____________________________________ ZOrderGPUDoubleNNPSTestCase.test_neighbors_aa ____________________________________

self = <pysph.base.tests.test_nnps.ZOrderGPUDoubleNNPSTestCase testMethod=test_neighbors_aa>

    def test_neighbors_aa(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 1053883004 != 0
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
____________________________________ ZOrderGPUDoubleNNPSTestCase.test_neighbors_ab ____________________________________

self = <pysph.base.tests.test_nnps.ZOrderGPUDoubleNNPSTestCase testMethod=test_neighbors_ab>

    def test_neighbors_ab(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:448:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 65 != 94
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
____________________________________ ZOrderGPUDoubleNNPSTestCase.test_neighbors_ba ____________________________________

self = <pysph.base.tests.test_nnps.ZOrderGPUDoubleNNPSTestCase testMethod=test_neighbors_ba>

    def test_neighbors_ba(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:452:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 1036092957 != 20
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
____________________________________ ZOrderGPUDoubleNNPSTestCase.test_neighbors_bb ____________________________________

self = <pysph.base.tests.test_nnps.ZOrderGPUDoubleNNPSTestCase testMethod=test_neighbors_bb>

    def test_neighbors_bb(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:456:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 1047171994 != 0
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
____________________________________ ZOrderGPUDoubleNNPSTestCase.test_neighbors_cc ____________________________________

self = <pysph.base.tests.test_nnps.ZOrderGPUDoubleNNPSTestCase testMethod=test_neighbors_cc>

    def test_neighbors_cc(self):
>       self._test_neighbors_by_particle(src_index=2, dst_index=2,
                                         dst_numPoints=self.numPoints3)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:460:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 7
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
____________________________________ ZOrderGPUDoubleNNPSTestCase.test_neighbors_dd ____________________________________

self = <pysph.base.tests.test_nnps.ZOrderGPUDoubleNNPSTestCase testMethod=test_neighbors_dd>

    def test_neighbors_dd(self):
>       self._test_neighbors_by_particle(src_index=3, dst_index=3,
                                         dst_numPoints=self.numPoints4)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:464:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 1
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
______________________________________ ZOrderGPUDoubleNNPSTestCase.test_repeated ______________________________________

self = <pysph.base.tests.test_nnps.ZOrderGPUDoubleNNPSTestCase testMethod=test_repeated>

    def test_repeated(self):
>       self.test_neighbors_aa()

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:468:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444: in test_neighbors_aa
    self._test_neighbors_by_particle(src_index=0, dst_index=0,
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 101
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
____________________________________ OctreeGPUDoubleNNPSTestCase.test_neighbors_aa ____________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUDoubleNNPSTestCase testMethod=test_neighbors_aa>

    def test_neighbors_aa(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 101
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
____________________________________ OctreeGPUDoubleNNPSTestCase.test_neighbors_ab ____________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUDoubleNNPSTestCase testMethod=test_neighbors_ab>

    def test_neighbors_ab(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:448:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 94
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
____________________________________ OctreeGPUDoubleNNPSTestCase.test_neighbors_ba ____________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUDoubleNNPSTestCase testMethod=test_neighbors_ba>

    def test_neighbors_ba(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:452:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 20
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
____________________________________ OctreeGPUDoubleNNPSTestCase.test_neighbors_bb ____________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUDoubleNNPSTestCase testMethod=test_neighbors_bb>

    def test_neighbors_bb(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:456:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 1 != 0
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
____________________________________ OctreeGPUDoubleNNPSTestCase.test_neighbors_cc ____________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUDoubleNNPSTestCase testMethod=test_neighbors_cc>

    def test_neighbors_cc(self):
>       self._test_neighbors_by_particle(src_index=2, dst_index=2,
                                         dst_numPoints=self.numPoints3)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:460:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 7
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
____________________________________ OctreeGPUDoubleNNPSTestCase.test_neighbors_dd ____________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUDoubleNNPSTestCase testMethod=test_neighbors_dd>

    def test_neighbors_dd(self):
>       self._test_neighbors_by_particle(src_index=3, dst_index=3,
                                         dst_numPoints=self.numPoints4)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:464:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 1
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
______________________________________ OctreeGPUDoubleNNPSTestCase.test_repeated ______________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUDoubleNNPSTestCase testMethod=test_repeated>

    def test_repeated(self):
>       self.test_neighbors_aa()

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:468:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444: in test_neighbors_aa
    self._test_neighbors_by_particle(src_index=0, dst_index=0,
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 10 != 0
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
___________________________________ TestZOrderGPUNNPSWithSorting.test_neighbors_aa ____________________________________

self = <pysph.base.tests.test_nnps.TestZOrderGPUNNPSWithSorting testMethod=test_neighbors_aa>

    def test_neighbors_aa(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 66
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
___________________________________ TestZOrderGPUNNPSWithSorting.test_neighbors_ab ____________________________________

self = <pysph.base.tests.test_nnps.TestZOrderGPUNNPSWithSorting testMethod=test_neighbors_ab>

    def test_neighbors_ab(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:448:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 108
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
___________________________________ TestZOrderGPUNNPSWithSorting.test_neighbors_ba ____________________________________

self = <pysph.base.tests.test_nnps.TestZOrderGPUNNPSWithSorting testMethod=test_neighbors_ba>

    def test_neighbors_ba(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:452:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 1036092957 != 47
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
___________________________________ TestZOrderGPUNNPSWithSorting.test_neighbors_bb ____________________________________

self = <pysph.base.tests.test_nnps.TestZOrderGPUNNPSWithSorting testMethod=test_neighbors_bb>

    def test_neighbors_bb(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:456:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 19
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
___________________________________ TestZOrderGPUNNPSWithSorting.test_neighbors_cc ____________________________________

self = <pysph.base.tests.test_nnps.TestZOrderGPUNNPSWithSorting testMethod=test_neighbors_cc>

    def test_neighbors_cc(self):
>       self._test_neighbors_by_particle(src_index=2, dst_index=2,
                                         dst_numPoints=self.numPoints3)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:460:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 7
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
___________________________________ TestZOrderGPUNNPSWithSorting.test_neighbors_dd ____________________________________

self = <pysph.base.tests.test_nnps.TestZOrderGPUNNPSWithSorting testMethod=test_neighbors_dd>

    def test_neighbors_dd(self):
>       self._test_neighbors_by_particle(src_index=3, dst_index=3,
                                         dst_numPoints=self.numPoints4)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:464:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 1
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_____________________________________ TestZOrderGPUNNPSWithSorting.test_repeated ______________________________________

self = <pysph.base.tests.test_nnps.TestZOrderGPUNNPSWithSorting testMethod=test_repeated>

    def test_repeated(self):
>       self.test_neighbors_aa()

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:468:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444: in test_neighbors_aa
    self._test_neighbors_by_particle(src_index=0, dst_index=0,
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 6 != 0
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_________________________________ OctreeGPUNNPSWithSortingTestCase.test_neighbors_aa __________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSWithSortingTestCase testMethod=test_neighbors_aa>

    def test_neighbors_aa(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 12
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_________________________________ OctreeGPUNNPSWithSortingTestCase.test_neighbors_ab __________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSWithSortingTestCase testMethod=test_neighbors_ab>

    def test_neighbors_ab(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:448:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 1
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_________________________________ OctreeGPUNNPSWithSortingTestCase.test_neighbors_ba __________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSWithSortingTestCase testMethod=test_neighbors_ba>

    def test_neighbors_ba(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:452:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 12
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_________________________________ OctreeGPUNNPSWithSortingTestCase.test_neighbors_bb __________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSWithSortingTestCase testMethod=test_neighbors_bb>

    def test_neighbors_bb(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:456:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 1
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_________________________________ OctreeGPUNNPSWithSortingTestCase.test_neighbors_cc __________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSWithSortingTestCase testMethod=test_neighbors_cc>

    def test_neighbors_cc(self):
>       self._test_neighbors_by_particle(src_index=2, dst_index=2,
                                         dst_numPoints=self.numPoints3)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:460:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 7
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_________________________________ OctreeGPUNNPSWithSortingTestCase.test_neighbors_dd __________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSWithSortingTestCase testMethod=test_neighbors_dd>

    def test_neighbors_dd(self):
>       self._test_neighbors_by_particle(src_index=3, dst_index=3,
                                         dst_numPoints=self.numPoints4)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:464:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 1
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
___________________________________ OctreeGPUNNPSWithSortingTestCase.test_repeated ____________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSWithSortingTestCase testMethod=test_repeated>

    def test_repeated(self):
>       self.test_neighbors_aa()

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:468:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444: in test_neighbors_aa
    self._test_neighbors_by_particle(src_index=0, dst_index=0,
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 12
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________ OctreeGPUNNPSWithPartitioningTestCase.test_neighbors_aa _______________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSWithPartitioningTestCase testMethod=test_neighbors_aa>

    def test_neighbors_aa(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 101
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________ OctreeGPUNNPSWithPartitioningTestCase.test_neighbors_ab _______________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSWithPartitioningTestCase testMethod=test_neighbors_ab>

    def test_neighbors_ab(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:448:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 94
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________ OctreeGPUNNPSWithPartitioningTestCase.test_neighbors_ba _______________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSWithPartitioningTestCase testMethod=test_neighbors_ba>

    def test_neighbors_ba(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:452:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 20
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________ OctreeGPUNNPSWithPartitioningTestCase.test_neighbors_bb _______________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSWithPartitioningTestCase testMethod=test_neighbors_bb>

    def test_neighbors_bb(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:456:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 1 != 0
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________ OctreeGPUNNPSWithPartitioningTestCase.test_neighbors_cc _______________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSWithPartitioningTestCase testMethod=test_neighbors_cc>

    def test_neighbors_cc(self):
>       self._test_neighbors_by_particle(src_index=2, dst_index=2,
                                         dst_numPoints=self.numPoints3)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:460:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 7
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_______________________________ OctreeGPUNNPSWithPartitioningTestCase.test_neighbors_dd _______________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSWithPartitioningTestCase testMethod=test_neighbors_dd>

    def test_neighbors_dd(self):
>       self._test_neighbors_by_particle(src_index=3, dst_index=3,
                                         dst_numPoints=self.numPoints4)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:464:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 1
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
_________________________________ OctreeGPUNNPSWithPartitioningTestCase.test_repeated _________________________________

self = <pysph.base.tests.test_nnps.OctreeGPUNNPSWithPartitioningTestCase testMethod=test_repeated>

    def test_repeated(self):
>       self.test_neighbors_aa()

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:468:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444: in test_neighbors_aa
    self._test_neighbors_by_particle(src_index=0, dst_index=0,
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 101
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
___________________________________ StratifiedSFCGPUNNPSTestCase.test_neighbors_aa ____________________________________

self = <pysph.base.tests.test_nnps.StratifiedSFCGPUNNPSTestCase testMethod=test_neighbors_aa>

    def test_neighbors_aa(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:444:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 101
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
___________________________________ StratifiedSFCGPUNNPSTestCase.test_neighbors_ab ____________________________________

self = <pysph.base.tests.test_nnps.StratifiedSFCGPUNNPSTestCase testMethod=test_neighbors_ab>

    def test_neighbors_ab(self):
>       self._test_neighbors_by_particle(src_index=0, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:448:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 94
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
___________________________________ StratifiedSFCGPUNNPSTestCase.test_neighbors_ba ____________________________________

self = <pysph.base.tests.test_nnps.StratifiedSFCGPUNNPSTestCase testMethod=test_neighbors_ba>

    def test_neighbors_ba(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=0,
                                         dst_numPoints=self.numPoints1)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:452:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 20
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
___________________________________ StratifiedSFCGPUNNPSTestCase.test_neighbors_bb ____________________________________

self = <pysph.base.tests.test_nnps.StratifiedSFCGPUNNPSTestCase testMethod=test_neighbors_bb>

    def test_neighbors_bb(self):
>       self._test_neighbors_by_particle(src_index=1, dst_index=1,
                                         dst_numPoints=self.numPoints2)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:456:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 31
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
___________________________________ StratifiedSFCGPUNNPSTestCase.test_neighbors_cc ____________________________________

self = <pysph.base.tests.test_nnps.StratifiedSFCGPUNNPSTestCase testMethod=test_neighbors_cc>

    def test_neighbors_cc(self):
>       self._test_neighbors_by_particle(src_index=2, dst_index=2,
                                         dst_numPoints=self.numPoints3)

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:460:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:411: in _test_neighbors_by_particle
    self._assert_neighbors(nbrs1, nbrs2)
c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:394: in _assert_neighbors
    self.assertEqual(nbrs1[i], nbrs2[i])
E   AssertionError: 0 != 7
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
____________________________ TestAccelerationEval1DGPU.test_precomputed_should_work_on_gpu ____________________________

self = <pysph.sph.tests.test_acceleration_eval.TestAccelerationEval1DGPU testMethod=test_precomputed_should_work_on_gpu>

    def test_precomputed_should_work_on_gpu(self):
        # Given
        pa = self.pa
        equations = [SummationDensity(dest='fluid', sources=['fluid'])]
        a_eval = self._make_accel_eval(equations)

        # When
        a_eval.compute(0.1, 0.1)

        # Then
        expect = np.asarray([7.357, 9.0, 9., 9., 9., 9., 9., 9., 9., 7.357])
        pa.gpu.pull('rho')

        print(pa.rho, pa.gpu.rho)
>       self.assertTrue(np.allclose(expect, pa.rho, atol=1e-2))
E       AssertionError: False is not true

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\sph\tests\test_acceleration_eval.py:712: AssertionError
------------------------------------------------ Captured stdout call -------------------------------------------------
OpenCL code written to C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_24b378e107266bea4bead813a1733997.cl
[0.00000000e+00 0.00000000e+00 0.00000000e+00 1.23404898e-03
 1.64314175e+00 7.35742903e+00 8.99933815e+00 9.00057220e+00
 1.64314318e+00 0.00000000e+00] [0.0000000e+00 0.0000000e+00 0.0000000e+00 1.2340490e-03 1.6431417e+00
 7.3574290e+00 8.9993382e+00 9.0005722e+00 1.6431432e+00 0.0000000e+00]
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
-------------------------------------------------- Captured log call --------------------------------------------------
INFO     pysph.sph.acceleration_eval_gpu_helper:acceleration_eval_gpu_helper.py:654 OpenCL code written to C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_24b378e107266bea4bead813a1733997.cl
______________________ TestAccelerationEval1DGPU.test_precomputed_should_work_on_gpu_with_double ______________________

self = <pysph.sph.tests.test_acceleration_eval.TestAccelerationEval1DGPU testMethod=test_precomputed_should_work_on_gpu_with_double>

    def test_precomputed_should_work_on_gpu_with_double(self):
        orig = get_config().use_double

        def _cleanup():
            get_config().use_double = orig

        get_config().use_double = True
        self.addCleanup(_cleanup)
        # Given
        pa = self.pa
        equations = [SummationDensity(dest='fluid', sources=['fluid'])]
        a_eval = self._make_accel_eval(equations)

        # When
        a_eval.compute(0.1, 0.1)

        # Then
        expect = np.asarray([7.357, 9.0, 9., 9., 9., 9., 9., 9., 9., 7.357])
        pa.gpu.pull('rho')

        print(pa.rho, pa.gpu.rho)
>       self.assertTrue(np.allclose(expect, pa.rho, atol=1e-2))
E       AssertionError: False is not true

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\sph\tests\test_acceleration_eval.py:735: AssertionError
------------------------------------------------ Captured stdout call -------------------------------------------------
OpenCL code written to C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_d788a9363d6936337f83cd2d2f426f4c.cl
[0.00000000e+00 0.00000000e+00 0.00000000e+00 1.23405371e-03
 1.64314252e+00 7.35742823e+00 8.99933670e+00 9.00057075e+00
 1.64314252e+00 0.00000000e+00] [0.00000000e+00 0.00000000e+00 0.00000000e+00 1.23405371e-03
 1.64314252e+00 7.35742823e+00 8.99933670e+00 9.00057075e+00
 1.64314252e+00 0.00000000e+00]
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
-------------------------------------------------- Captured log call --------------------------------------------------
INFO     pysph.sph.acceleration_eval_gpu_helper:acceleration_eval_gpu_helper.py:654 OpenCL code written to C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_d788a9363d6936337f83cd2d2f426f4c.cl
____________________ TestAccelerationEval1DGPU.test_should_call_pre_post_functions_in_group_on_gpu ____________________

self = <pysph.sph.tests.test_acceleration_eval.TestAccelerationEval1DGPU testMethod=test_should_call_pre_post_functions_in_group_on_gpu>

    def test_should_call_pre_post_functions_in_group_on_gpu(self):
        # Given
        pa = self.pa

        def pre():
            pa.m += 1.0
            pa.gpu.push('m')

        def post():
            pa.gpu.pull('u')
            pa.u += 1.0

        equations = [
            Group(
                equations=[
                    SimpleEquation(dest='fluid', sources=['fluid'])
                ],
                pre=pre, post=post

            )
        ]
        a_eval = self._make_accel_eval(equations)

        # When
        a_eval.compute(0.1, 0.1)

        # Then
        expect = np.asarray([7., 9., 11., 11., 11., 11., 11., 11., 9., 7.])
>       self.assertListEqual(list(pa.u), list(expect))
E       AssertionError: Lists differ: [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0] != [7.0, 9.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 9.0, 7.0]
E
E       First differing element 0:
E       1.0
E       7.0
E
E       - [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
E       + [7.0, 9.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 9.0, 7.0]

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\sph\tests\test_acceleration_eval.py:1023: AssertionError
------------------------------------------------ Captured stdout call -------------------------------------------------
OpenCL code written to C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_b314d163e6f0e5731074d29478f30d14.cl
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
-------------------------------------------------- Captured log call --------------------------------------------------
INFO     pysph.sph.acceleration_eval_gpu_helper:acceleration_eval_gpu_helper.py:654 OpenCL code written to C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_b314d163e6f0e5731074d29478f30d14.cl
___________________ TestAccelerationEval1DGPU.test_should_stop_iteration_with_max_iteration_on_gpu ____________________

self = <pysph.sph.tests.test_acceleration_eval.TestAccelerationEval1DGPU testMethod=test_should_stop_iteration_with_max_iteration_on_gpu>

    def test_should_stop_iteration_with_max_iteration_on_gpu(self):
        pa = self.pa

        class SillyEquation(Equation):
            def loop(self, d_idx, d_au, s_idx, s_m):
                d_au[d_idx] += s_m[s_idx]

            def converged(self):
                return 0

        equations = [Group(
            equations=[
                Group(
                    equations=[SillyEquation(dest='fluid', sources=['fluid'])]
                ),
                Group(
                    equations=[SillyEquation(dest='fluid', sources=['fluid'])]
                ),
            ],
            iterate=True, max_iterations=2,
        )]
        a_eval = self._make_accel_eval(equations)

        # When
        a_eval.compute(0.1, 0.1)

        # Then
        expect = np.asarray([3., 4., 5., 5., 5., 5., 5., 5., 4., 3.]) * 4.0
        pa.gpu.pull('au')
>       self.assertListEqual(list(pa.au), list(expect))
E       AssertionError: Lists differ: [8.0, 12.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 12.0, 8.0] != [12.0, 16.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 16.0, 12.0]
E
E       First differing element 0:
E       8.0
E       12.0
E
E       - [8.0, 12.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 12.0, 8.0]
E       ?  -----                                              -----
E
E       + [12.0, 16.0, 20.0, 20.0, 20.0, 20.0, 20.0, 20.0, 16.0, 12.0]
E       ?        ++++++                                    ++++++

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\sph\tests\test_acceleration_eval.py:825: AssertionError
------------------------------------------------ Captured stdout call -------------------------------------------------
OpenCL code written to C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_a854e60f3898b8faa54920c0a42e0e17.cl
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
-------------------------------------------------- Captured log call --------------------------------------------------
INFO     pysph.sph.acceleration_eval_gpu_helper:acceleration_eval_gpu_helper.py:654 OpenCL code written to C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_a854e60f3898b8faa54920c0a42e0e17.cl
_______________________ TestAccelerationEval1DGPU.test_should_support_loop_all_and_loop_on_gpu ________________________

self = <pysph.sph.tests.test_acceleration_eval.TestAccelerationEval1DGPU testMethod=test_should_support_loop_all_and_loop_on_gpu>

    def test_should_support_loop_all_and_loop_on_gpu(self):
        # Given
        pa = self.pa
        equations = [SummationDensity(dest='fluid', sources=['fluid'])]
        a_eval = self._make_accel_eval(equations)
        a_eval.compute(0.1, 0.1)
        pa.gpu.pull('rho')
        ref_rho = pa.rho.copy()

        # When
        pa.rho[:] = 0.0
        pa.gpu.push('rho')
        equations = [LoopAllEquation(dest='fluid', sources=['fluid'])]
        a_eval = self._make_accel_eval(equations)
        a_eval.compute(0.1, 0.1)

        # Then
        # 2*ref_rho as we are doing both the loop and loop_all to test if
        # both are called.
        pa.gpu.pull('rho')

>       self.assertTrue(np.allclose(pa.rho, 2.0 * ref_rho))
E       AssertionError: False is not true

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\sph\tests\test_acceleration_eval.py:993: AssertionError
------------------------------------------------ Captured stdout call -------------------------------------------------
Reading code from C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_24b378e107266bea4bead813a1733997.cl
OpenCL code written to C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_74bbe788e979403d36a5208c3a3c1a93.cl
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
-------------------------------------------------- Captured log call --------------------------------------------------
INFO     pysph.sph.acceleration_eval_gpu_helper:acceleration_eval_gpu_helper.py:643 Reading code from C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_24b378e107266bea4bead813a1733997.cl
INFO     pysph.sph.acceleration_eval_gpu_helper:acceleration_eval_gpu_helper.py:654 OpenCL code written to C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_74bbe788e979403d36a5208c3a3c1a93.cl
_________________________ TestAccelerationEval1DGPUOctree.test_precomputed_should_work_on_gpu _________________________

self = <pysph.sph.tests.test_acceleration_eval.TestAccelerationEval1DGPUOctree testMethod=test_precomputed_should_work_on_gpu>

    def test_precomputed_should_work_on_gpu(self):
        # Given
        pa = self.pa
        equations = [SummationDensity(dest='fluid', sources=['fluid'])]
        a_eval = self._make_accel_eval(equations)

        # When
        a_eval.compute(0.1, 0.1)

        # Then
        expect = np.asarray([7.357, 9.0, 9., 9., 9., 9., 9., 9., 9., 7.357])
        pa.gpu.pull('rho')

        print(pa.rho, pa.gpu.rho)
>       self.assertTrue(np.allclose(expect, pa.rho, atol=1e-2))
E       AssertionError: False is not true

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\sph\tests\test_acceleration_eval.py:712: AssertionError
------------------------------------------------ Captured stdout call -------------------------------------------------
Reading code from C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_24b378e107266bea4bead813a1733997.cl
[3.28505087e+00 1.06400118e+01 2.85714302e+01 8.20954132e+00
 6.17026770e-03 0.00000000e+00 0.00000000e+00 0.00000000e+00
 0.00000000e+00 0.00000000e+00] [3.2850509e+00 1.0640012e+01 2.8571430e+01 8.2095413e+00 6.1702677e-03
 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00 0.0000000e+00]
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
-------------------------------------------------- Captured log call --------------------------------------------------
INFO     pysph.sph.acceleration_eval_gpu_helper:acceleration_eval_gpu_helper.py:643 Reading code from C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_24b378e107266bea4bead813a1733997.cl
___________________ TestAccelerationEval1DGPUOctree.test_precomputed_should_work_on_gpu_with_double ___________________

self = <pysph.sph.tests.test_acceleration_eval.TestAccelerationEval1DGPUOctree testMethod=test_precomputed_should_work_on_gpu_with_double>

    def test_precomputed_should_work_on_gpu_with_double(self):
        orig = get_config().use_double

        def _cleanup():
            get_config().use_double = orig

        get_config().use_double = True
        self.addCleanup(_cleanup)
        # Given
        pa = self.pa
        equations = [SummationDensity(dest='fluid', sources=['fluid'])]
        a_eval = self._make_accel_eval(equations)

        # When
        a_eval.compute(0.1, 0.1)

        # Then
        expect = np.asarray([7.357, 9.0, 9., 9., 9., 9., 9., 9., 9., 7.357])
        pa.gpu.pull('rho')

        print(pa.rho, pa.gpu.rho)
>       self.assertTrue(np.allclose(expect, pa.rho, atol=1e-2))
E       AssertionError: False is not true

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\sph\tests\test_acceleration_eval.py:735: AssertionError
------------------------------------------------ Captured stdout call -------------------------------------------------
Reading code from C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_d788a9363d6936337f83cd2d2f426f4c.cl
[3.28505098e+00 1.06400111e+01 2.85714286e+01 8.20954232e+00
 6.17026856e-03 0.00000000e+00 0.00000000e+00 0.00000000e+00
 0.00000000e+00 0.00000000e+00] [3.28505098e+00 1.06400111e+01 2.85714286e+01 8.20954232e+00
 6.17026856e-03 0.00000000e+00 0.00000000e+00 0.00000000e+00
 0.00000000e+00 0.00000000e+00]
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
-------------------------------------------------- Captured log call --------------------------------------------------
INFO     pysph.sph.acceleration_eval_gpu_helper:acceleration_eval_gpu_helper.py:643 Reading code from C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_d788a9363d6936337f83cd2d2f426f4c.cl
_________________ TestAccelerationEval1DGPUOctree.test_should_call_pre_post_functions_in_group_on_gpu _________________

self = <pysph.sph.tests.test_acceleration_eval.TestAccelerationEval1DGPUOctree testMethod=test_should_call_pre_post_functions_in_group_on_gpu>

    def test_should_call_pre_post_functions_in_group_on_gpu(self):
        # Given
        pa = self.pa

        def pre():
            pa.m += 1.0
            pa.gpu.push('m')

        def post():
            pa.gpu.pull('u')
            pa.u += 1.0

        equations = [
            Group(
                equations=[
                    SimpleEquation(dest='fluid', sources=['fluid'])
                ],
                pre=pre, post=post

            )
        ]
        a_eval = self._make_accel_eval(equations)

        # When
        a_eval.compute(0.1, 0.1)

        # Then
        expect = np.asarray([7., 9., 11., 11., 11., 11., 11., 11., 9., 7.])
>       self.assertListEqual(list(pa.u), list(expect))
E       AssertionError: Lists differ: [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0] != [7.0, 9.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 9.0, 7.0]
E
E       First differing element 0:
E       1.0
E       7.0
E
E       - [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]
E       + [7.0, 9.0, 11.0, 11.0, 11.0, 11.0, 11.0, 11.0, 9.0, 7.0]

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\sph\tests\test_acceleration_eval.py:1023: AssertionError
------------------------------------------------ Captured stdout call -------------------------------------------------
Reading code from C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_b314d163e6f0e5731074d29478f30d14.cl
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
-------------------------------------------------- Captured log call --------------------------------------------------
INFO     pysph.sph.acceleration_eval_gpu_helper:acceleration_eval_gpu_helper.py:643 Reading code from C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_b314d163e6f0e5731074d29478f30d14.cl
__________________ TestAccelerationEval1DGPUOctree.test_should_stop_iteration_with_converged_on_gpu ___________________

self = <pysph.sph.tests.test_acceleration_eval.TestAccelerationEval1DGPUOctree testMethod=test_should_stop_iteration_with_converged_on_gpu>

    def test_should_stop_iteration_with_converged_on_gpu(self):
        pa = self.pa

        class SillyEquation1(Equation):
            def __init__(self, dest, sources):
                super(SillyEquation1, self).__init__(dest, sources)
                self.conv = 0

            def loop(self, d_idx, d_au, s_idx, s_m):
                d_au[d_idx] += s_m[s_idx]

            def post_loop(self, d_idx, d_au):
                if d_au[d_idx] > 19.0:
                    self.conv = 1

            def converged(self):
                if hasattr(self, '_pull'):
                    # _pull is not available on CPU.
                    self._pull('conv')
                return self.conv

        equations = [Group(
            equations=[
                Group(
                    equations=[SillyEquation1(dest='fluid', sources=['fluid'])]
                ),
                Group(
                    equations=[SillyEquation1(dest='fluid', sources=['fluid'])]
                ),
            ],
            iterate=True, max_iterations=10,
        )]
        a_eval = self._make_accel_eval(equations)

        # When
        a_eval.compute(0.1, 0.1)

        # Then
        expect = np.asarray([3., 4., 5., 5., 5., 5., 5., 5., 4., 3.]) * 6.0
        pa.gpu.pull('au')
>       self.assertListEqual(list(pa.au), list(expect))
E       AssertionError: Lists differ: [12.0, 24.0, 30.0, 30.0, 30.0, 30.0, 30.0, 30.0, 24.0, 12.0] != [18.0, 24.0, 30.0, 30.0, 30.0, 30.0, 30.0, 30.0, 24.0, 18.0]
E
E       First differing element 0:
E       12.0
E       18.0
E
E       - [12.0, 24.0, 30.0, 30.0, 30.0, 30.0, 30.0, 30.0, 24.0, 12.0]
E       ?   ^                                                     ^
E
E       + [18.0, 24.0, 30.0, 30.0, 30.0, 30.0, 30.0, 30.0, 24.0, 18.0]
E       ?   ^                                                     ^

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\sph\tests\test_acceleration_eval.py:867: AssertionError
------------------------------------------------ Captured stdout call -------------------------------------------------
Reading code from C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_1d726c96e3a93f77c19ca4ab6beb2774.cl
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
-------------------------------------------------- Captured log call --------------------------------------------------
INFO     pysph.sph.acceleration_eval_gpu_helper:acceleration_eval_gpu_helper.py:643 Reading code from C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_1d726c96e3a93f77c19ca4ab6beb2774.cl
____________________ TestAccelerationEval1DGPUOctree.test_should_support_loop_all_and_loop_on_gpu _____________________

self = <pysph.sph.tests.test_acceleration_eval.TestAccelerationEval1DGPUOctree testMethod=test_should_support_loop_all_and_loop_on_gpu>

    def test_should_support_loop_all_and_loop_on_gpu(self):
        # Given
        pa = self.pa
        equations = [SummationDensity(dest='fluid', sources=['fluid'])]
        a_eval = self._make_accel_eval(equations)
        a_eval.compute(0.1, 0.1)
        pa.gpu.pull('rho')
        ref_rho = pa.rho.copy()

        # When
        pa.rho[:] = 0.0
        pa.gpu.push('rho')
        equations = [LoopAllEquation(dest='fluid', sources=['fluid'])]
        a_eval = self._make_accel_eval(equations)
        a_eval.compute(0.1, 0.1)

        # Then
        # 2*ref_rho as we are doing both the loop and loop_all to test if
        # both are called.
        pa.gpu.pull('rho')

>       self.assertTrue(np.allclose(pa.rho, 2.0 * ref_rho))
E       AssertionError: False is not true

c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\sph\tests\test_acceleration_eval.py:993: AssertionError
------------------------------------------------ Captured stdout call -------------------------------------------------
Reading code from C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_24b378e107266bea4bead813a1733997.cl
Reading code from C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_74bbe788e979403d36a5208c3a3c1a93.cl
------------------------------------------------ Captured stderr call -------------------------------------------------
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
Exception ignored in: 'pysph.base.gpu_nnps_base.GPUNeighborCache._find_neighbors'
Traceback (most recent call last):
  File "c:\installers\anaconda\envs\pysph\lib\site-packages\pytools\__init__.py", line 622, in wrapper
    key = key_func(*args, **kwargs)
TypeError: <lambda>() got an unexpected keyword argument 'dtype'
-------------------------------------------------- Captured log call --------------------------------------------------
INFO     pysph.sph.acceleration_eval_gpu_helper:acceleration_eval_gpu_helper.py:643 Reading code from C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_24b378e107266bea4bead813a1733997.cl
INFO     pysph.sph.acceleration_eval_gpu_helper:acceleration_eval_gpu_helper.py:643 Reading code from C:\Users\13369879_admin\.pysph\source\py3.8-win-amd64\m_74bbe788e979403d36a5208c3a3c1a93.cl
================================================== warnings summary ===================================================
..\..\installers\anaconda\envs\pysph\lib\site-packages\pyreadline\py3k_compat.py:8
  c:\installers\anaconda\envs\pysph\lib\site-packages\pyreadline\py3k_compat.py:8: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
    return isinstance(x, collections.Callable)

..\..\installers\anaconda\envs\pysph\lib\site-packages\compyle\types.py:164
  c:\installers\anaconda\envs\pysph\lib\site-packages\compyle\types.py:164: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
  Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
    np.dtype(np.bool): 'char',

..\..\installers\anaconda\envs\pysph\lib\site-packages\compyle\types.py:173
  c:\installers\anaconda\envs\pysph\lib\site-packages\compyle\types.py:173: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
  Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
    'bool': np.bool,

..\..\installers\anaconda\envs\pysph\lib\site-packages\pyximport\pyximport.py:51
  c:\installers\anaconda\envs\pysph\lib\site-packages\pyximport\pyximport.py:51: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    import imp

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\nnps.py:1
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\nnps.py:1: 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
    from pysph.base.nnps_base import get_number_of_threads, py_flatten, \

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\examples\tests\test_examples.py:84
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\examples\tests\test_examples.py:84: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.slow

..\..\installers\anaconda\envs\pysph\lib\site-packages\traits\traits.py:330
  c:\installers\anaconda\envs\pysph\lib\site-packages\traits\traits.py:330: DeprecationWarning: 'TraitMap' trait handler has been deprecated. Use Map instead.
    other.append(TraitMap(map))

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_openmp.py:17
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_openmp.py:17: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.slow

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_openmp.py:33
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_openmp.py:33: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.slow

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:51
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:51: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:55
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:55: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:68
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:68: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.slow

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:69
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:69: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:88
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:88: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:94
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:94: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:108
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel.py:108: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:22
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:22: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.slow

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:23
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:23: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:36
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:36: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.slow

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:37
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:37: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:51
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:51: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.slow

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:52
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:52: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:62
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\parallel\tests\test_parallel_run.py:62: PytestUnknownMarkWarning: Unknown pytest.mark.parallel - is this a typo?  You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/mark.html
    @mark.parallel

..\..\installers\anaconda\envs\pysph\lib\site-packages\pysph\tools\tests\test_mesh_tools.py:5
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\tools\tests\test_mesh_tools.py:5: 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
    import pysph.tools.mesh_tools as G

base/tests/test_device_helper.py: 26 warnings
base/tests/test_domain_manager.py: 596 warnings
base/tests/test_nnps.py: 861 warnings
base/tests/test_particle_array.py: 67 warnings
sph/tests/test_acceleration_eval.py: 3101 warnings
sph/tests/test_integrator.py: 239 warnings
sph/tests/test_multi_group_integrator.py: 191 warnings
  c:\installers\anaconda\envs\pysph\lib\ast.py:371: PendingDeprecationWarning: visit_Num is deprecated; add visit_Constant
    return visitor(node)

base/tests/test_device_helper.py: 7 warnings
base/tests/test_domain_manager.py: 3 warnings
base/tests/test_nnps.py: 21 warnings
base/tests/test_particle_array.py: 13 warnings
sph/tests/test_acceleration_eval.py: 48 warnings
sph/tests/test_integrator.py: 4 warnings
sph/tests/test_multi_group_integrator.py: 1 warning
  c:\installers\anaconda\envs\pysph\lib\site-packages\pyopencl\__init__.py:266: CompilerWarning: Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
    warn("Non-empty compiler output encountered. Set the "

base/tests/test_domain_manager.py::ZOrderGPUPeriodicBox2D::test_box_wrapping
base/tests/test_nnps.py::ZOrderGPUNNPSTestCase::test_neighbors_aa
base/tests/test_nnps.py::ZOrderGPUNNPSTestCase::test_neighbors_ab
base/tests/test_nnps.py::ZOrderGPUDoubleNNPSTestCase::test_neighbors_ab
sph/tests/test_multi_group_integrator.py::TestMultiGroupIntegratorGPU::test_different_accels_per_integrator
  c:\installers\anaconda\envs\pysph\lib\site-packages\compyle\jit.py:195: UserWarning:
  In code in line 5:

      c[0] = floor((x) / h)
             ^


  Function called is not marked by the annotate decorator. Argument
  type defaulting to 'double'. If the type is not 'double', store
  the value in a variable of appropriate type and use the variable

    warnings.warn(msg)

base/tests/test_domain_manager.py::ZOrderGPUPeriodicBox2D::test_box_wrapping
base/tests/test_nnps.py::ZOrderGPUNNPSTestCase::test_neighbors_aa
base/tests/test_nnps.py::ZOrderGPUNNPSTestCase::test_neighbors_ab
base/tests/test_nnps.py::ZOrderGPUDoubleNNPSTestCase::test_neighbors_ab
sph/tests/test_multi_group_integrator.py::TestMultiGroupIntegratorGPU::test_different_accels_per_integrator
  c:\installers\anaconda\envs\pysph\lib\site-packages\compyle\jit.py:195: UserWarning:
  In code in line 7:

      c[1] = floor((y) / h)
             ^


  Function called is not marked by the annotate decorator. Argument
  type defaulting to 'double'. If the type is not 'double', store
  the value in a variable of appropriate type and use the variable

    warnings.warn(msg)

base/tests/test_domain_manager.py::ZOrderGPUPeriodicBox2D::test_box_wrapping
base/tests/test_nnps.py::ZOrderGPUNNPSTestCase::test_neighbors_aa
base/tests/test_nnps.py::ZOrderGPUNNPSTestCase::test_neighbors_ab
base/tests/test_nnps.py::ZOrderGPUDoubleNNPSTestCase::test_neighbors_ab
sph/tests/test_multi_group_integrator.py::TestMultiGroupIntegratorGPU::test_different_accels_per_integrator
  c:\installers\anaconda\envs\pysph\lib\site-packages\compyle\jit.py:195: UserWarning:
  In code in line 9:

      c[2] = floor((z) / h)
             ^


  Function called is not marked by the annotate decorator. Argument
  type defaulting to 'double'. If the type is not 'double', store
  the value in a variable of appropriate type and use the variable

    warnings.warn(msg)

base/tests/test_nnps.py::OctreeGPUNNPSDouble2DTestCase::test_neighbors_aa
base/tests/test_nnps.py::OctreeGPUNNPSDouble2DTestCase::test_neighbors_ab
base/tests/test_nnps.py::OctreeGPUNNPSDouble2DTestCase::test_neighbors_ba
base/tests/test_nnps.py::OctreeGPUNNPSDouble2DTestCase::test_neighbors_bb
base/tests/test_nnps.py::OctreeGPUNNPSDouble2DTestCase::test_repeated
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:276: UserWarning: Octree NNPS by default uses single precision arithmetic forfinding neighbors. A few particles outside of the original search radius might be included.
    self.nps = gpu_nnps.OctreeGPUNNPS(

base/tests/test_nnps.py::OctreeGPUDoubleNNPSTestCase::test_neighbors_aa
base/tests/test_nnps.py::OctreeGPUDoubleNNPSTestCase::test_neighbors_ab
base/tests/test_nnps.py::OctreeGPUDoubleNNPSTestCase::test_neighbors_ba
base/tests/test_nnps.py::OctreeGPUDoubleNNPSTestCase::test_neighbors_bb
base/tests/test_nnps.py::OctreeGPUDoubleNNPSTestCase::test_neighbors_cc
base/tests/test_nnps.py::OctreeGPUDoubleNNPSTestCase::test_neighbors_dd
base/tests/test_nnps.py::OctreeGPUDoubleNNPSTestCase::test_repeated
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\base\tests\test_nnps.py:779: UserWarning: Octree NNPS by default uses single precision arithmetic forfinding neighbors. A few particles outside of the original search radius might be included.
    self.nps = gpu_nnps.OctreeGPUNNPS(

sph/tests/test_acceleration_eval.py::TestAccelerationEval1DGPUOctree::test_precomputed_should_work_on_gpu_with_double
sph/tests/test_acceleration_eval.py::TestAccelerationEval1DGPUOctreeNonCached::test_precomputed_should_work_on_gpu_with_double
  c:\installers\anaconda\envs\pysph\lib\site-packages\pysph\sph\tests\test_acceleration_eval.py:678: UserWarning: Octree NNPS by default uses single precision arithmetic forfinding neighbors. A few particles outside of the original search radius might be included.
    nnps = GPUNNPS(dim=kernel.dim, particles=arrays, cache=cache_nnps,

tools/tests/test_mesh_tools.py::TestGeometry::test_get_points_from_mgrid
tools/tests/test_mesh_tools.py::TestGeometry::test_get_surface_points_uniform
  c:\installers\anaconda\envs\pysph\lib\site-packages\numpy\core\_asarray.py:102: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.
    return array(a, dtype, copy=False, order=order)

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=============================================== short test summary info ===============================================
FAILED base/tests/test_domain_manager.py::ZOrderGPUPeriodicBox2D::test_box_wrapping - AssertionError: 0.0010244323870...
FAILED base/tests/test_domain_manager.py::ZOrderGPUPeriodicBox2D::test_summation_density - AssertionError: 0.00102443...
FAILED base/tests/test_nnps.py::OctreeGPUNNPS2DTestCase::test_neighbors_aa - AssertionError: 0 != 915
FAILED base/tests/test_nnps.py::OctreeGPUNNPS2DTestCase::test_neighbors_ab - AssertionError: 0 != 103
FAILED base/tests/test_nnps.py::OctreeGPUNNPS2DTestCase::test_neighbors_ba - AssertionError: 0 != 1
FAILED base/tests/test_nnps.py::OctreeGPUNNPS2DTestCase::test_neighbors_bb - AssertionError: 1 != 220
FAILED base/tests/test_nnps.py::OctreeGPUNNPS2DTestCase::test_repeated - AssertionError: 0 != 915
FAILED base/tests/test_nnps.py::OctreeGPUNNPSDouble2DTestCase::test_neighbors_aa - AssertionError: 0 != 915
FAILED base/tests/test_nnps.py::OctreeGPUNNPSDouble2DTestCase::test_neighbors_ab - AssertionError: 0 != 103
FAILED base/tests/test_nnps.py::OctreeGPUNNPSDouble2DTestCase::test_neighbors_ba - AssertionError: 0 != 1
FAILED base/tests/test_nnps.py::OctreeGPUNNPSDouble2DTestCase::test_neighbors_bb - AssertionError: 5 != 0
FAILED base/tests/test_nnps.py::OctreeGPUNNPSDouble2DTestCase::test_repeated - AssertionError: 1 != 915
FAILED base/tests/test_nnps.py::ZOrderGPUNNPSTestCase::test_neighbors_aa - AssertionError: 330 != 0
FAILED base/tests/test_nnps.py::ZOrderGPUNNPSTestCase::test_neighbors_ab - AssertionError: 0 != 94
FAILED base/tests/test_nnps.py::ZOrderGPUNNPSTestCase::test_neighbors_ba - AssertionError: 3 != 20
FAILED base/tests/test_nnps.py::ZOrderGPUNNPSTestCase::test_neighbors_bb - AssertionError: 9 != 0
FAILED base/tests/test_nnps.py::ZOrderGPUNNPSTestCase::test_neighbors_cc - AssertionError: 0 != 7
FAILED base/tests/test_nnps.py::ZOrderGPUNNPSTestCase::test_neighbors_dd - AssertionError: 0 != 1
FAILED base/tests/test_nnps.py::ZOrderGPUNNPSTestCase::test_repeated - AssertionError: 0 != 101
FAILED base/tests/test_nnps.py::BruteForceNNPSTestCase::test_neighbors_aa - AssertionError: 0 != 101
FAILED base/tests/test_nnps.py::BruteForceNNPSTestCase::test_neighbors_ab - AssertionError: 0 != 94
FAILED base/tests/test_nnps.py::BruteForceNNPSTestCase::test_neighbors_ba - AssertionError: 0 != 20
FAILED base/tests/test_nnps.py::BruteForceNNPSTestCase::test_neighbors_bb - AssertionError: 0 != 31
FAILED base/tests/test_nnps.py::BruteForceNNPSTestCase::test_neighbors_cc - AssertionError: 0 != 7
FAILED base/tests/test_nnps.py::BruteForceNNPSTestCase::test_neighbors_dd - AssertionError: 0 != 1
FAILED base/tests/test_nnps.py::BruteForceNNPSTestCase::test_repeated - AssertionError: 0 != 101
FAILED base/tests/test_nnps.py::OctreeGPUNNPSTestCase::test_neighbors_aa - AssertionError: 0 != 101
FAILED base/tests/test_nnps.py::OctreeGPUNNPSTestCase::test_neighbors_ab - AssertionError: 0 != 94
FAILED base/tests/test_nnps.py::OctreeGPUNNPSTestCase::test_neighbors_ba - AssertionError: 60 != 20
FAILED base/tests/test_nnps.py::OctreeGPUNNPSTestCase::test_neighbors_bb - AssertionError: 1 != 0
FAILED base/tests/test_nnps.py::OctreeGPUNNPSTestCase::test_neighbors_cc - AssertionError: 0 != 7
FAILED base/tests/test_nnps.py::OctreeGPUNNPSTestCase::test_neighbors_dd - AssertionError: 0 != 1
FAILED base/tests/test_nnps.py::OctreeGPUNNPSTestCase::test_repeated - AssertionError: 0 != 101
FAILED base/tests/test_nnps.py::ZOrderGPUDoubleNNPSTestCase::test_neighbors_aa - AssertionError: 1053883004 != 0
FAILED base/tests/test_nnps.py::ZOrderGPUDoubleNNPSTestCase::test_neighbors_ab - AssertionError: 65 != 94
FAILED base/tests/test_nnps.py::ZOrderGPUDoubleNNPSTestCase::test_neighbors_ba - AssertionError: 1036092957 != 20
FAILED base/tests/test_nnps.py::ZOrderGPUDoubleNNPSTestCase::test_neighbors_bb - AssertionError: 1047171994 != 0
FAILED base/tests/test_nnps.py::ZOrderGPUDoubleNNPSTestCase::test_neighbors_cc - AssertionError: 0 != 7
FAILED base/tests/test_nnps.py::ZOrderGPUDoubleNNPSTestCase::test_neighbors_dd - AssertionError: 0 != 1
FAILED base/tests/test_nnps.py::ZOrderGPUDoubleNNPSTestCase::test_repeated - AssertionError: 0 != 101
FAILED base/tests/test_nnps.py::OctreeGPUDoubleNNPSTestCase::test_neighbors_aa - AssertionError: 0 != 101
FAILED base/tests/test_nnps.py::OctreeGPUDoubleNNPSTestCase::test_neighbors_ab - AssertionError: 0 != 94
FAILED base/tests/test_nnps.py::OctreeGPUDoubleNNPSTestCase::test_neighbors_ba - AssertionError: 0 != 20
FAILED base/tests/test_nnps.py::OctreeGPUDoubleNNPSTestCase::test_neighbors_bb - AssertionError: 1 != 0
FAILED base/tests/test_nnps.py::OctreeGPUDoubleNNPSTestCase::test_neighbors_cc - AssertionError: 0 != 7
FAILED base/tests/test_nnps.py::OctreeGPUDoubleNNPSTestCase::test_neighbors_dd - AssertionError: 0 != 1
FAILED base/tests/test_nnps.py::OctreeGPUDoubleNNPSTestCase::test_repeated - AssertionError: 10 != 0
FAILED base/tests/test_nnps.py::TestZOrderGPUNNPSWithSorting::test_neighbors_aa - AssertionError: 0 != 66
FAILED base/tests/test_nnps.py::TestZOrderGPUNNPSWithSorting::test_neighbors_ab - AssertionError: 0 != 108
FAILED base/tests/test_nnps.py::TestZOrderGPUNNPSWithSorting::test_neighbors_ba - AssertionError: 1036092957 != 47
FAILED base/tests/test_nnps.py::TestZOrderGPUNNPSWithSorting::test_neighbors_bb - AssertionError: 0 != 19
FAILED base/tests/test_nnps.py::TestZOrderGPUNNPSWithSorting::test_neighbors_cc - AssertionError: 0 != 7
FAILED base/tests/test_nnps.py::TestZOrderGPUNNPSWithSorting::test_neighbors_dd - AssertionError: 0 != 1
FAILED base/tests/test_nnps.py::TestZOrderGPUNNPSWithSorting::test_repeated - AssertionError: 6 != 0
FAILED base/tests/test_nnps.py::OctreeGPUNNPSWithSortingTestCase::test_neighbors_aa - AssertionError: 0 != 12
FAILED base/tests/test_nnps.py::OctreeGPUNNPSWithSortingTestCase::test_neighbors_ab - AssertionError: 0 != 1
FAILED base/tests/test_nnps.py::OctreeGPUNNPSWithSortingTestCase::test_neighbors_ba - AssertionError: 0 != 12
FAILED base/tests/test_nnps.py::OctreeGPUNNPSWithSortingTestCase::test_neighbors_bb - AssertionError: 0 != 1
FAILED base/tests/test_nnps.py::OctreeGPUNNPSWithSortingTestCase::test_neighbors_cc - AssertionError: 0 != 7
FAILED base/tests/test_nnps.py::OctreeGPUNNPSWithSortingTestCase::test_neighbors_dd - AssertionError: 0 != 1
FAILED base/tests/test_nnps.py::OctreeGPUNNPSWithSortingTestCase::test_repeated - AssertionError: 0 != 12
FAILED base/tests/test_nnps.py::OctreeGPUNNPSWithPartitioningTestCase::test_neighbors_aa - AssertionError: 0 != 101
FAILED base/tests/test_nnps.py::OctreeGPUNNPSWithPartitioningTestCase::test_neighbors_ab - AssertionError: 0 != 94
FAILED base/tests/test_nnps.py::OctreeGPUNNPSWithPartitioningTestCase::test_neighbors_ba - AssertionError: 0 != 20
FAILED base/tests/test_nnps.py::OctreeGPUNNPSWithPartitioningTestCase::test_neighbors_bb - AssertionError: 1 != 0
FAILED base/tests/test_nnps.py::OctreeGPUNNPSWithPartitioningTestCase::test_neighbors_cc - AssertionError: 0 != 7
FAILED base/tests/test_nnps.py::OctreeGPUNNPSWithPartitioningTestCase::test_neighbors_dd - AssertionError: 0 != 1
FAILED base/tests/test_nnps.py::OctreeGPUNNPSWithPartitioningTestCase::test_repeated - AssertionError: 0 != 101
FAILED base/tests/test_nnps.py::StratifiedSFCGPUNNPSTestCase::test_neighbors_aa - AssertionError: 0 != 101
FAILED base/tests/test_nnps.py::StratifiedSFCGPUNNPSTestCase::test_neighbors_ab - AssertionError: 0 != 94
FAILED base/tests/test_nnps.py::StratifiedSFCGPUNNPSTestCase::test_neighbors_ba - AssertionError: 0 != 20
FAILED base/tests/test_nnps.py::StratifiedSFCGPUNNPSTestCase::test_neighbors_bb - AssertionError: 0 != 31
FAILED base/tests/test_nnps.py::StratifiedSFCGPUNNPSTestCase::test_neighbors_cc - AssertionError: 0 != 7
FAILED sph/tests/test_acceleration_eval.py::TestAccelerationEval1DGPU::test_precomputed_should_work_on_gpu - Assertio...
FAILED sph/tests/test_acceleration_eval.py::TestAccelerationEval1DGPU::test_precomputed_should_work_on_gpu_with_double
FAILED sph/tests/test_acceleration_eval.py::TestAccelerationEval1DGPU::test_should_call_pre_post_functions_in_group_on_gpu
FAILED sph/tests/test_acceleration_eval.py::TestAccelerationEval1DGPU::test_should_stop_iteration_with_max_iteration_on_gpu
FAILED sph/tests/test_acceleration_eval.py::TestAccelerationEval1DGPU::test_should_support_loop_all_and_loop_on_gpu
FAILED sph/tests/test_acceleration_eval.py::TestAccelerationEval1DGPUOctree::test_precomputed_should_work_on_gpu - As...
FAILED sph/tests/test_acceleration_eval.py::TestAccelerationEval1DGPUOctree::test_precomputed_should_work_on_gpu_with_double
FAILED sph/tests/test_acceleration_eval.py::TestAccelerationEval1DGPUOctree::test_should_call_pre_post_functions_in_group_on_gpu
FAILED sph/tests/test_acceleration_eval.py::TestAccelerationEval1DGPUOctree::test_should_stop_iteration_with_converged_on_gpu
FAILED sph/tests/test_acceleration_eval.py::TestAccelerationEval1DGPUOctree::test_should_support_loop_all_and_loop_on_gpu
================== 83 failed, 756 passed, 119 skipped, 8 xfailed, 5233 warnings in 836.08s (0:13:56) ==================

I'm not whether I can use this package or not? Obviously, it passed 756 tests successfully and 83 tests have failed. So, can you please let me know what does it mean? Can I use this package for my work? or it's not working.

Thanks

from pysph.

prabhuramachandran avatar prabhuramachandran commented on May 17, 2024

Sorry about that, I think there was a breakage in compyle and pysph with some upstream changes in pytools which have been fixed, so this should be resolved now. I will also push a release by this weekend and that should make it easier to install. The pyopencl tests are passing on CI now.

from pysph.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.