-
**Describe the bug**
When running kneighbors (brute force algo, two_pass_precission=True) against a 2M record dataset (searching all 2M records in the training set) it blows up with:
CUDA_ERROR_…
-
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script-ch30.rpy", line 2181, in script
File "game/script-ch30.rpy", line 2181, in
File "game/definitions…
-
### Name
Ren'Py
### Home page URL
https://www.renpy.org/
### Source code URL
https://github.com/renpy/renpy
### Packaging policy acknowledgement
- [X] I understand [Tur Package Policy](https:/…
-
Currently, all async memory operation are implemented as sync.
* https://github.com/fixstars/clpy/blob/3fd3b234e6c43ce3ba97642280ad902b2e1e7cc8/clpy/backend/memory.pyx#L300-L301
* https://github.c…
-
According to the octomap API, the end coordinates are useful regardless of the return of castRay -- the user needs to check the returned voxel.
```diff
From 8823d36e294e836780f67d874a89e113f168771…
-
Using intake-sql.
It seems because msgpack recieve invalid data types in the response.
Traceback (server side) :
```
Traceback (most recent call last):
File "/opt/conda/envs/intake/lib/pyth…
-
I am having trouble building ocudump on OS X, using brew.
`OCULUS_SDK_ROOT_DIR=/usr/local/OculusSDK pip install -e .
Obtaining file:///ap/ocudump
Installing collected packages: ocudump
Running setu…
-
Hi I am trying to run itag on windows . after gathering and preproccessing data Now I run itag.py but there is a runtime error :
File "h5py\_objects.pyx", line 54, in h5py._objects.with_phil…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
Traceback:
Program received signal SIGSEGV, Segmentation fault.
0xb336a6da in geodesic::Geod…
-
Compiling a file `crash.pyx` containing this
```cython
cdef void callback(int [:]):
pass
func = callback
````
with `cython crash.pyx` gives me this
```
Error compiling Cython file:
---------…