-
Notifications
You must be signed in to change notification settings - Fork 4
Tests/legacy link #163
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
Tests/legacy link #163
Conversation
|
Test the antares-historic.link model, as regards the following parameters
A further PR is coming to add the hurdle costs to the model and test these parameters. |
| else: | ||
| component_value = area_connection.component | ||
| component_value = component_value.replace(" ", "_") | ||
| if "." in area_connection.area: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when can this situation happen ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is in the "link" template, we have area: ${link}.area_from_id
Adresses issue #159