-
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
-
I am using python wrapper to generate saturated property. But I got different value by using REFPROPdll and REPROP desktop.
from ctREFPROP.ctREFPROP import REFPROPFunctionLibrary
RP = REFPROPFu…
-
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.
-
One of the packages listed in my manifest ("pybind11") has the "python3" package listed as a dependency which causes vcpkg to install Python 3.11. However, I have by own version of Python that I want …
-
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 …