-
It's a pure question rather than a bug.
Is there any trick to set priorityClassName or priority to pods in pipeline?
The argo workflow seems to support it now:
https://github.com/argoproj/argo/pu…
-
I am using owon_multi_cli via subprocess in Python. It works, thx for the code! But some things create headaches.
I currently use this without sudo and have no problems. Can I rely on not needing s…
ullix updated
1 month ago
-
Branching from #764 (fixed in principle with #778)
After a fix, it'd be useful to have a rough benchmark of `get_overlapping_pairs_3D for` one of those many-labels cases (say 1000 labels for a give…
-
Thanks for your work on go-irodsclient; having access to a pure Go API has made deployment of iRODS client tools ridiculously easy for us, compared to the C or Python APIs.
I'm interested in what p…
-
If there are regions of parameter space which are not valid, a model function can exclude them from fitting according to the docs. However the [C models]( https://www.sasview.org/docs/user/qtgui/Pers…
-
Currently cuCIM contains
* C++ library
* Python/C++ bindings using pybind11
* Pure Python code
When building wheels, the first two are built together as part of a CMake build. The result of wh…
-
the simple code
```python
import glob
from docxcompose.composer import Composer
from docx import Document
lstFile = list(glob.glob('r:/*.docx'))
master = Document(lstFile[0])
composer = C…
-
### Describe the bug
Redeclaring variable in pure python mode is behaving not consistently with cython code. E.g. in cython following code raises error:
```cython
def foo():
cdef float a = 3.0…
-
For instance the Open Browser Java variant has as arguments:
* url
* browserName=firefox
* alias=None
* remoteUrl=None
* desiredCapabilities=None
* browserOptions=None
The Python variant:
*…
-
`PyErr` contains some arcane trickery internally to avoid creating a Python exception object, by making some "lazy" state which boxes a `PyErrArguments` object.
While the original design predates m…