Dieter Weber
Dieter Weber
The current template gives GPL-2 only. Should also be updated in other projects that use the same template mechanism.
## How to reproduce Open a raw_csr dataset with an indptr file size that is invalid for the dtype specified in the sparse.toml file in the web GUI. ## What...
At the moment the shift compensation in `ApplyMasksUDF` can be a lot slower than the uncompensated one. When testing with the Radial Fourier example notebook and sparse masks, it was...
In particular descan error compensation has been requested often! It would be great to showcase the recent improvements by updating the example(s)
Following the example of `ApplyMasksUDF` in #1304, we could update all UDFs in LiberTEM and related projects to follow the same pattern. This feature is requested often. As an idea,...
LiberTEM can open many data sets in parallel. Some of the data might be in the file system cache and/or on fast local storage. Other data might be in other...
## How to reproduce Run at least the inline or local example for DM from the examples folder. Win11, version 3.52.3932.0. ## What happens The "local" example seems to start...
The improvement in #1397 still doesn't allow to assign to the correct part of a partition-sized task data buffer in `process_tile()` in order to combine it with `postprocess()`. This is...
https://github.com/LiberTEM/LiberTEM/blob/1b823125adc681263cbbf828ef55a999ad513bdf/src/libertem/common/math.py#L37-L44 For example this: ```python import sparse from libertem.common.math import count_nonzero a = sparse.COO(((1, ), (2, ), (3, )), data=[False], fill_value=False, shape=(4, 4, 4)) count_nonzero(a), count_nonzero(a.todense()) # (1, 0) b...
## How to reproduce Run `pytest -m "not dist" -x -s -vvv tests/executor/test_functional.py::test_executors[dask_executor-DM]` on OS X with 8 GB RAM. Possibly it can also be triggered on other systems with...