Dimitri Papadopoulos Orfanos

Results 327 comments of Dimitri Papadopoulos Orfanos

While this is only a warning, I think it's the same problem: ``` ▼ Run mkdir -p ~/.tipi mkdir -p ~/.tipi shell: sh -e {0} env: HOME: /root WARNING: Error...

I'll try to revert again from `v3` to `v2`, I must have done something wrong when reverting last time: ``` ▼ Run actions/checkout@v3 with: repository: Cyan4973/xxHash token: *** ssh-strict: true...

We get the same errorr with `v2`: ``` ▼ Run actions/checkout@v2 with: repository: Cyan4973/xxHash token: *** ssh-strict: true persist-credentials: true clean: true fetch-depth: 1 lfs: false submodules: false set-safe-directory: true...

Partially overlaps #6412.

Partially overlaps #6412.

Sure, just remember you'll experience planned CI failures from time to time.

I suggest `IRFMap.from_hdulist()` is implemented as a separate factory function, perhaps in a different file to avoid circular imports: ```python [....] if format == "gadf": [....] return IRFMap(irf_map, exposure_map) elif...

Perhaps test against the oldest supported version instead of / in addition to the latest version: https://github.com/zarr-developers/zarr-python/blob/4362bb438f537b37ebd271506b774dfa31f5e68e/requirements_dev_numpy.txt#L1-L4

Almost there, still an issue with docs, despite pinning down Jinja2: ``` ImportError: cannot import name 'environmentfilter' from 'jinja2' ``` Any clue? It looks like I am not updating Sphinx...

Indeed the question is why it installs sphinx < 4.0. A quick grep comes up with: [**setup.py**](https://github.com/DimitriPapadopoulos/ramp-workflow/blob/c4faecfec95a039192f2b873138967b10f760989/setup.py#L44) Line 44 in c4faecf ```python 'docs': ['sphinx>4.1.0', 'sphinx_rtd_theme', 'numpydoc', 'sphinx-click', 'jinja2