Tomas Farago
Tomas Farago
Hey, for some reason, when one uses `client = RPCClient(path=PATH, unpack_params={'strict_map_key': False})` the responses are not tuples, but lists, and [this](https://github.com/choleraehyq/aiorpc/blob/master/aiorpc/client.py#L86) test fails. This PR tries to remedy that. The...
## Problem When one loads a virtual image stack and changes the contrast by e.g. the contrast dialog, the changes are lost when the stack is scrolled, which makes it...
A solution to #13737. Please see the issue for the description of the problem.
### Problem With `%gui asyncio`, when we start a background task which executes blocking code and hit `ctrl-c` we get `KeyboardInterrupt escaped interact()` and IPython crashes. ### How to reproduce...
`Requires.private: OpenCL, python` must be replaced with `Requires.private: OpenCL, python-3.10-embed` when installing with meson. Probably wrong python in meson.build: `pymod = import('python')`, @gabs1234 do you have a quick idea?
When I use the same `Ufo.Resources` throughout my python program, all is fine. However, if new resources are generated every time a `Ufo.Scheduler` is created then not everything is freed....
```bash ufo-launch -q [read path=$DSET_PATH/slices-abs.tif ! calculate expression="'v * 42500.0 + 85.0'", read path=$DSET_PATH/slices-pr.tif ! calculate expression="'v * 1593750000.0 + -71.71875'"] ! opencl kernel=add dimensions=2 ! calculate expression="'clamp(v / 2,...
Enable scheduler re-runs on the same data just with different paramaters.
I have a reductor task where I want to allocate *N* output buffers which fill up almost complete GPU memory. Thus, I don't want UFO to actually create the output...
The task from [ufo-filters#66](https://github.com/ufo-kit/ufo-filters/pull/66) doesn't care about the dimensionality of the input (it [flattens](https://github.com/ufo-kit/ufo-filters/blob/5084bbcc0b896d9efe8a0fa23054c4652acdbe45/src/ufo-calculate-task.c#L158) the input). It would be useful to allow "arbitrary dimensionality" of a task, which would set...