Thorbjørn
Thorbjørn
The above example succeeds in my case (~~after removing the extra .~~): ``` (venv) $ pip freeze | grep xarray xarray==2024.3.0 (venv) $ python3 --version Python 3.11.3 (venv) $ python3...
It looks like the relevant code was moved to a fixture as part of commit [`ac861d8765fd2e06bf3f17bc526cac97f79da691`](https://github.com/metno/pyaerocom/commit/ac861d8765fd2e06bf3f17bc526cac97f79da691) which means that this is now part of the test code, not part of...
The necessary functionality for the tutorials (downloading of testdata-minimal) should now be in place. This leaves the broken imports in the two files mentioned above. I tried fixing the data...
Working on a new branch so closing this PR. New PR: https://github.com/metno/pyaerocom/pull/1224
Issue of interest: https://github.com/pypa/pip/issues/8085 In jupyter they generate a separate requirements.txt file automatically for this purpose. Maybe we can steal it. https://github.com/jupyterhub/jupyterhub/blob/main/ci/oldest-dependencies/requirements.in
Closing since we agreed that this wasn't a priority for the moment.
I think the issue is in the pattern matching logic of `ReadGridded._check_var_match_pattern()` function, not in `Variable`. The pattern matching produces a variable name which does not exist in `aliases.ini` or...
It fixed an issue where R values where out of bounds which caused a test to fail: https://github.com/metno/pyaerocom/pull/1142 There is probably a better way to fix this.
Closing as complete (is faster). Circumvented the issue by doing fairmode in a different way.
In principle it works fine and tests pass: https://github.com/metno/pyaerocom/pull/1396 However so far it is using a release candidate on the scitools-iris side, and needs some cleanup to not use git...