-
It seems that the python-function "darknet.load_network()" returns an integer instead of a tuple, which causes basically all python files in src-python to fail. Example from running darknet_images.py:…
-
Op veel manieren zal de schematisation builder interactie hebben met de ProjectDirectory. Om dit soepel te laten verlopen maken we een class waarin alle logica die daarop betrekking heeft gedefinieerd
-
Thank you very much for your library.
I am trying to use the same method to wrap the ELC.h and ELC0.h in [https://github.com/HPQC-LABS/Computer_Vision/tree/master](url).
Could you please give me a…
-
Investigate next steps for Python wrapper
**Acceptance Criteria**
- Issues created to address anything that would prevent using music-box python wrapper in a tutorial
**Ideas**
- [x] #158
- Updat…
-
Both `AdjacencyList` and `FiniteElement` are exported for multiple data types and thus should be wrapped into a uniform python interface as done for other multi type exports.
-
I am using a python wrapper to include the solum library in my python application. When passing something to the Library I mostly get the error that the information could not be retrieved. An example …
-
``` python
import os
from ctREFPROP.ctREFPROP import REFPROPFunctionLibrary
RP = REFPROPFunctionLibrary(os.environ['RPPREFIX'])
RP.SETPATHdll(os.environ['RPPREFIX'])
MASS_BASE_SI = RP.G…
-
Let's try a first attempt at a python wrapper and guess how much time it'll take to do it properly.
~~Step 0. Read about the difference between PyO3 and setuptools-rust. How are these related? Do …
-
I saw 2 issues in the '7. Advanced' section:
1. In the "log_function" wrapper I don't see the '3' printed as explained:
`my_function(1,2) # => "Entering function my_function"`
` …
-
I still can't figure out why the walls (CPACSWalls.h) are not being exported correctly with the Python bindings. Does anyone have an idea?
Minimal test code:
```Python
from tixi3.tixi3wrapper imp…