-
--------
the following error: 'Maximum recursion depth exceeded while calling a python object' appeared when using Gaussian polynomial with stochastic collocation.
--------
**Describe the defect…
-
**_n_closest_** is a required input for the **_plg.spatial.get_closest_points_to_point_** function. I would suggest to make it optional since the number of neighbouring stations might be irrelevant fo…
-
Hello, I'm trying to use cuPCL, and actually, when doing the make in cuICP, it says that :
USE Default CUDA DIR: /usr/local/cuda
TARGET_ARCH: x86_64
CUDA_VERSION: 11080
SMS: 30 35 37 50 52 53 6…
-
In thread #4677, @larshg mentioned that the revised GPU clustering runs faster than before but is slower than the CPU version. The CPU version is based on a KD-Tree, while the GPU version relies on a…
-
* make a multi-jointed arm
* have a learning stage with random angle movement at joints and record location of end point
* give arm(s) a goal (ball with noise or mouse or sumn) and use knn
* thin…
-
```
How can one render a tree of KdNode?
p = Accelerators::Subdivision::SubdivisionPolicyConnector.new(1)
# Create a new kd-tree in two-dimensional space
t = Accelerators::KdTree[Accelerators::Vector…
-
Hi all,
I am trying to install meshparty on my Mac Catalina using pip3 install mesh party but I have an error with building wheel for pykdtree and clang: error: unsupported option '-fopenmp'. I hav…
-
Dear Steve,
I am the lead developer on the NCO Project ([https://github.com/nco](https://github.com/nco)
I have used the code from your kdtree project to assist in the intersection of spheric…
-
It would be very nice to provide some basic usage examples. While using the library (which is very good and solved my tasks) I was confused by multiple things:
1. `Add` behavior (already reported in #…
-
Reach feature parity with https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.interpolate.html
Working on this on the interpolation branch!
Since pandas uses the index as the x values,…