Alexander Clausen

Results 232 comments of Alexander Clausen

The GUI [uses](https://github.com/LiberTEM/LiberTEM/blob/05edd76e46ef7dbeafa50fa9332809c75767dcdc/src/libertem/web/base.py#L183) [the diagnostics property](https://github.com/LiberTEM/LiberTEM/blob/05edd76e46ef7dbeafa50fa9332809c75767dcdc/src/libertem/io/dataset/base.py#L240) - which also contains some general information about partitioning. I guess that's also the one you would access as an API user. Note that...

> Found a typo in [line 242](https://github.com/LiberTEM/LiberTEM/blob/05edd76e46ef7dbeafa50fa9332809c75767dcdc/src/libertem/io/dataset/base.py#L242) Nice catch, feel free to open a PR!

> This is strange! There's no file named base.py in my repository That's because the `base.py` file has recently been broken up [into more but shorter files](https://github.com/LiberTEM/LiberTEM/tree/master/src/libertem/io/dataset/base). If you update...

> The current master doesn't have the base.py file. Ah, sorry. This: > If you update to the current master, you too should have a base.py file. was wrong, because...

@uellue I don't think this issue can be solved as part of 0.8. > Depending on parameters, it can take a long time (it's not parallelized yet!), and also a...

It's possible to set the tox work dir via environment variable: `toxworkdir={env:TOX_WORK_DIR:{toxinidir}/.tox}` - if we then set `TOX_WORK_DIR` to something like `tox-$System.PullRequest.TargetBranch` in the pipeline, we should have different tox...

/azp run libertem.libertem-data

Sorry for the delay - I'm currently reviewing pending PRs that should maybe land before #1207 and I think this is one of them. > This touches the code in...

/azp run libertem.libertem-data

Running the fuzz test gives: ``` /home/alex/source/LiberTEM/src/libertem/udf/stddev.py:358: ComplexWarning: Casting complex values to real discards the imaginary part self.results.varsum[:] = np.var(tile, axis=0, ddof=n_1 - 1, dtype=dtype) ``` Possible bug?