Fabio Zeiser
Fabio Zeiser
I spend some time to include a list of articles in a smart way. There are several solutions available, see eg. [ rgeirhos / academic-cv-publications](https://github.com/rgeirhos/academic-cv-publications) and [How to use BibTeX...
I wondered which math font to use in connection to the default fonts for Deedy (Lato and Raleway). The text fonts are very light, which cause the combination to look...
I use yapf v 0.32.0 and try to find a setting to format list comprehensions without introducing "extra" line breaks before and after the opening and closing brackets. I would...
I'm trying to get consistent information on what the source cell for a (historical) weather data request is, but I have problems to make sense of the answer. I'll prepare...
The quicktests in `test` at e00ae54 are broken, as the `LAUNCHER_JOB_FILE` is missing. https://github.com/TACC/launcher/blob/e00ae54505528a0eed0a8286961ed709dc19fadd/tests/quicktest#L13 should potentially be `default_work_file`? and https://github.com/TACC/launcher/blob/e00ae54505528a0eed0a8286961ed709dc19fadd/tests/quicktest2#L13 could be replaced by something like `.../helloworld_multi_output`
The netcdf reading in `database.py` is very slow, at least with the version that I have (latest version available on fedora 38). `netCDF4.__version__: '1.6.3'` I will try to use xarray...
I tried running the tutorial (Basic API Tutorial) with more bins. Above ~200 bins, I receive a MemoryError when I run `iterative_unfold`. I tried another implementation of the iterative Bayesian...