1. 02 Dec, 2021 1 commit
    • Julien Jerphanion's avatar
      [DEBUG] Execution problems · 66da8bd7
      Julien Jerphanion authored
      This does not work and I spent the afternoon trying to understand why...
      
      TypeError: 'consume' operand is not isolated
      Exception ignored in: 'KDTree.query'
      Traceback (most recent call last):
        File "/home/jjerphan/dev/kdtree/debug.py", line 18, in <module>
            tree.query(Y, knn_indices, knn_distances)
            TypeError: 'consume' operand is not isolated
      66da8bd7
  2. 22 Nov, 2021 6 commits
    • Julien Jerphanion's avatar
      [DEBUG] Compilation problems · 5d84296d
      Julien Jerphanion authored
      Using pip 21.3.1 from /home/jjerphan/.local/share/miniconda3/envs/kdtree/lib/python3.9/site-packages/pip (python 3.9)
      Obtaining file:///home/jjerphan/dev/kdtree
        Running command python setup.py egg_info
      
        Error compiling Cython file:
        ------------------------------------------------------------
        ...
                    # the asynchronous construction of the tree.
                    active Counter counter = consume Counter()
                    active QueryActor query_actor
      
                for idx_worker in range(n_workers):
                    query_actor = consume QueryActor(
                                                   ^
        ------------------------------------------------------------
      
        kdtree.pyx:785:44: Call with wrong number of arguments (expected 0, got 11)
        Traceback (most recent call last):
          File "<string>", line 1, in <module>
          File "/home/jjerphan/dev/kdtree/setup.py", line 20, in <module>
            ext_modules=cythonize(extensions),
          File "/home/jjerphan/dev/kdtree/src/cython/Cython/Build/Dependencies.py", line 1110, in cythonize
            cythonize_one(*args)
          File "/home/jjerphan/dev/kdtree/src/cython/Cython/Build/Dependencies.py", line 1277, in cythonize_one
            raise CompileError(None, pyx_file)
        Cython.Compiler.Errors.CompileError: kdtree.pyx
        Compiling kdtree.pyx because it changed.
        [1/1] Cythonizing kdtree.pyx
        Preparing metadata (setup.py) ... error
      5d84296d
    • Julien Jerphanion's avatar
      [DEBUG] Execution of query is ignored · 0fa3e92a
      Julien Jerphanion authored
       → python debug.py
       TypeError: 'consume' operand is not isolated
       Exception ignored in: 'KDTree.query'
       Traceback (most recent call last):
         File "/home/jjerphan/dev/kdtree/debug.py", line 18, in <module>
             tree.query(Y, knn_indices, knn_distances)
             TypeError: 'consume' operand is not isolated
      0fa3e92a
    • Julien Jerphanion's avatar
      [DEBUG] Query · 00be98d2
      Julien Jerphanion authored
      00be98d2
    • Julien Jerphanion's avatar
      [DEBUG] Query · 5951d2e3
      Julien Jerphanion authored
      5951d2e3
    • Julien Jerphanion's avatar
      [DEBUG] Compilation error on the actor · fefabcc0
      Julien Jerphanion authored
      fefabcc0
    • Julien Jerphanion's avatar
      Work around the prange non-resolution · 10021b00
      Julien Jerphanion authored
      prange is not resolved when used in a cypclass.
      Co-authored-by: Xavier Thompson's avatarXavier Thompson <xavier.thompson@nexedi.com>
      10021b00
  3. 16 Nov, 2021 4 commits
  4. 15 Nov, 2021 2 commits
  5. 08 Nov, 2021 4 commits
  6. 04 Nov, 2021 1 commit
  7. 02 Nov, 2021 4 commits