-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 sumolib. with Condition and earlyTarget in Phase #15230
base: main
Are you sure you want to change the base?
Conversation
|
1fd6b51
to
798122f
Compare
hopefully this is fine, even though the failing eca test bother me every time! |
Sorry about the ECA thing, I reopened the issue at Eclipse. Could you try to do this without f-strings? Unfortunately there are still some python2 users out there. |
@aminissn I missed it due to a red herring last time, but we found the issue now! You have 2 Eclipse accounts, and the one that's linked to this GH account doesn't have an ECA, while the one that has an ECA doesn't have the Github account link. We'll need to at least clear the GH field of the unused account if you want to update the account you've been using, but the real solution is fixing the accounts and merging them into one. Can you check in on https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4780#note_2547110 so we can get that started for you? |
Also to clarify, I can confirm at this time that the email you used in association with the commits DOES have an ECA, but when we do Github checks, we use the Github username when available as it's an explicit link to accounts. That explains why when we check your email its fine, and why your account has an ECA, but fails here. |
Is there any specific solution for this? I am using the same email address for both Github and Eclipse. |
can we merge these changes now? so I can keep working from the latest development version of the main distribution for bus priority? |
As @behrisch wrote, please avoid the f-strings for compatibility reasons. Something more:
|
I added my python code under tools/tls with all necessary changes in sumolib init