Dieter Weber

Results 225 comments of Dieter Weber

The Analysis interface is doing this already, perhaps this can be applied as a blueprint? Maybe we can also use dask.delayed?

https://github.com/LiberTEM/LiberTEM/blob/9a907a979b18ffc4d528c188971f31e7b88e01bd/src/libertem/analysis/radialfourier.py#L173 This callable is returned as an analysis result, for example.

Implemented in https://libertem.github.io/LiberTEM/changelog.html#v0-11-0 (open single file C ordered) and https://libertem.github.io/LiberTEM/changelog.html#v0-13-0 (conversion for Fortran ordered)

Seems to have fixed itself, could not reproduce on current system and Firefox.

We are using type hints in pretty much all new code. Closing here!

Could not reproduce on iff1094 with Firefox 112.0.1 and current LiberTEM deployment on Moellenstedt over JuNet. Closing until it appears again.

It seems like this is solved in #1518? For the data management at ER-C we figured that linking is better than embedding since it introduces less dependencies, is way more...

The current set of executors seem to work pretty well. I think we can close here for now!

Discussion with @sk1p : It boils down if self.meta.coordinates is available in get_task_data(), preprocess() and postprocess(). This would be a natural source of information on both the partition size and...

Seems to be implemented, closing!