-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update finch to v0.5.1 #32
Conversation
Problem found with this new Finch: Ouranosinc/PAVICS-e2e-workflow-tests#37 (comment) |
To get fix for issue bird-house/finch#103
http://jenkins.ouranos.ca/job/PAVICS-e2e-workflow-tests/job/install-birdy-from-source/8/console (Latest Finch 0.4.1 and latest Jupyter 200312) Is it expected there is a new
Which means to fix this line is to add
|
@tlvu yes, there is an added metalink output to support computing indices on multiple files. So the cell getting the outputs should be: |
When I run finch using docker, it seems to use pywps 4.2.2 instead of 4.2.4. @tlvu could you confirm ?
|
Also, the current running instance of finch seems to have reached the "maximum number of parallel processes". |
I think one issue is that in the docker image, finch is installed with conda, instead of from the source. How it's done in the cookie-cutter: https://github.com/bird-house/cookiecutter-birdhouse/blob/37c609bc4942227c2a64e6386cf38a9207da9534/%7B%7Bcookiecutter.project_repo_name%7D%7D/Dockerfile#L23 |
Cleared but likely to come up again on next Jenkins run. Seems to have network issues between Jenkins host and PAVICS host so the jobs started by Jenkins never finished properly. |
I think there is a mismatch between the version installed and what
|
Could you check if there are spaces in the source data's model_id, driving_model_id, experiment_id or driving_experiment_id? If that's the case, what should finch do? Replace them with underscores? |
The experiment_id has spaces in the original: We can think of two fixes here: a data aware fix fixing attributes, or just a sanitizing function in pywps that escapes strings. We can do the first one quick to get finch out of the door, and then work on the upstream fix. You can replace spaces by any character that won't break the drs. Aren't underscores used to split components already ? |
Finch notebook fixed in PR bird-house/finch#112 |
To get fix for bird-house/finch#114 and bird-house/finch#117
Jenkins pass with Finch 0.5.1 finally http://jenkins.ouranos.ca/job/ouranos-staging/job/lvupavics-lvu.pagekite.me/18/console |
Tagged |
Auto-deployed on prod Boreas:
|
No description provided.