Alexander Clausen

Results 249 comments of Alexander Clausen

> New notebook failures are now from rounding errors in `simple libertem api.ipynb` when printing an `AnalysisResult` rather than anything progress-related. Hm, I think this might be a case for...

Hm, the last CI failure was because the CI agent was running out of free disk space. For some reason, the pytest temporary directories aren't always cleaned up - sometimes...

@uellue @matbryan52 discussed today in the call

To elaborate, in addition to the mentioned compatibility issues, `hdbscan` also slows down our CI, as they don't publish wheels. `time pip install hdbscan` in a clean environment (and removing...

Test data set: split up a 4G dataset into individual frames (64k per frame), each in a single file. This is basically the worst case. Small test script: ```python import...

With some optimization, I got the following results (single threaded run, profiler disabled): Single large file: ``` real 0m1.787s user 0m1.498s sys 0m0.270s ``` 2^16 small files: ``` real 0m2.844s...

Updated the first comment with the steps necessary to have full support for the "raw file set" format. For loading [Dr. Probe](https://github.com/ju-bar/drprobe_clt) files in a user-friendly way, some metadata may...

Discussion with @uellue and @matbryan52: this is related to having a descriptor of either the file set, or the whole dataset. For example, one could allow users to create a...

#1553 says: > The current template gives GPL-2 only. Which I agree would be incorrect. But here: > The current one maps to GPL 3 only. We actually don't specify...