-
Notifications
You must be signed in to change notification settings - Fork 0
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
Component not working when combined with eqasim component #25
Comments
Hello @balacmi, taking a look here. Yes. It seems like the input folder is not named correctly. Are you using the ODTP CLI? What's the It's easier to debug if you share the whole workflow in a repository following this structure as I would be able to take a look on the parameters and other details. |
Hi @caviri, I am using the ODTP Dashboard GUI, where I manually set up the flow. Looking at https://github.com/odtp-org/dt-corsica-mobility I can also see that 002.parameters file has I did not use the parameters file, but I manually added parameters when setting up the execution. Is there a way to obtain the parameters that I used somewhere else besides taking a screenshot from the GUI? |
Hi @balacmi, Thanks. Yes, in this case it's necessary to set the the parameter ![]() My recommendation in the GUI is to try to replicate the pipeline with all parameters and secrets there.
@sabinem, regarding this is there a way to export the execution and steps from the GUI? |
Thank you @caviri ! I will try it like that and keep you updated. |
It works great with that parameter added. It would be great to add it to the documentation somewhere. |
I am creating a workflow with eqasim data loader, eqasim, and eqasim-matsim using Corsica data example. First two components finish successfully. However, eqasim-matsim fails with the following error:
I suppose that the
data
folder from the previous component is not copied to the new component correctly or at all, somewhere here:https://github.com/odtp-org/odtp-eqasim-matsim/blob/813ec4be27ca69229227aa411d2e64fa8e9e681a/app/app.sh#L16
My folder structure in the eqasim-matsim component looks liek this after unsuccessful execution:
The text was updated successfully, but these errors were encountered: