Jonas Hörsch

Results 160 comments of Jonas Hörsch

Files like parameter_corrections, or NEP plans, deserve to be version-controlled since they are hand-written rather than imported. So tracking them in a git repository would still be good practice for...

> @coroa suggested wrapping all storage(...) calls to Zenodo into ancient(...) to prevent accidental retrieval with changed mtime on Zenodo. Necessary? Yes, necessary. Consider as an example: `shipdensity_global.zip`, the url...

1. Let me play with your idea for a sec, i expect that snakemake's `.snakemake/metadata` storage system intercepts with it. 2. I would be very careful with `supports_head`, my reading...

> 1. Let me play with your idea for a sec, i expect that snakemake's `.snakemake/metadata` storage system intercepts with it. Grr... snakemake seems to have some new optimisation that...

If you don't like the look of: ``` rule ...: input: ancient(storage("http://zenodo.org/records/.../files/shipdensity_global.zip")) ``` then how about: ``` def zenodo(url): return ancient(storage(url, keep_local=True)) rule a: input: zenodo("http://zenodo.org/records/.../files/filea.ext") rule b: input: zenodo("http://zenodo.org/records/.../files/fileb.ext")...

> ```python > def http_storage(url, **kwargs): > import urllib > > # Zenondo sometimes returns a "last-modified" date in the header that seems like the underlying > # file has...

This seems to be related to https://github.com/duckdb/duckdb/issues/9720 . At least it can be worked around in a similar manner by including the `row_number` windowing function into the cross-joined sub-queries: ```sql...

The error does seem to have been fixed for 1.0.0. At least i cannot reproduce it anymore on the latest version.

@Irieo No i have not seen any particular atlite-based solutions for rooftop pv or too many others. Your proposal sounds reasonable, but in tests we did way back, we also...

Had to enable this permission manually as well on GNOME in popos