-
I am working on a custom Ifc Importer in Python, i am getting geometry.verts, geometry.normals, geometry.material_ids, easily, however if i am trying to get the geometry.uvs i am getting >. Ist that…
-
### What is your question?
Dear Conan devs,
I'm currently creating an ArchLinux PKGBUILD, for which I shall link to system libraries and not use the vendored ones.
For that purpose I would like t…
-
Faiss does not transparently convert numpy int64 and float64 / float32 to SWIG's int and float
```python
import faiss
import numpy as np
a = np.array([4, 6])
d = a[0]
faiss.IndexFlatL2(d)…
-
Provjeriti koji testovi u mapi swig ne rade (https://github.com/AILab-FOI/akdb/issues/102) te:
Ako test ne radi zbog nekog C koda u pozadini, javiti da se c kod treba popraviti
Ako test ne radi zb…
-
**What version of OR-Tools and what language are you using?**
Version: 9.11.4210
Language: Python
**Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)**
Routing Solver, CP-SA…
-
Roger noticed that in the generated SWIG code, most converters return NULL, even if other args required cleanup. This can be fixed but \(a\) it relies on args being initialized and \(b\) it may cause…
ghost updated
2 weeks ago
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the feature has not already been requested
### 🚀 Feature Proposal
Add support for t…
-
# Summary
# Platform
OS: Linux 64 intel
Faiss version: 1.8.0
Installed from: conda
Running on: CPU
Interface: Python
# Reproduction instructions
The type mapping between c++ …
-
I recently got an error like this in production:
```
404572803 ms: Mark-sweep 1466.5 (1434.2) -> 1466.3 (1434.2) MB, 1884.6 / 0.0 ms [allocation failure] [GC in old space requested].
40457498…
-
With latest glibc snapshot (which is available in Fedora) when build is performed with `-Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3` in $CFLAGS some warnings are turned into errors.
Build fails with…