-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feat/518 calculate eal #531
Conversation
…ated. risk_calculation_mode/year added to the analysis_config
…sk_calculation class
…gate_wl is now part of AnalysisConfigData
…disrupted_criticality_analysis_results
… that have any EV or RP columns with aggregate_wl_suffix of above aggregate_wl.
…ting failing tests
…instead of INVALID. The latter used to give error.
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.
I did look at the changes since my last review. I couldn't check when Carles did his last review.
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.
That the tests give now a timeout should be an indication that something has not been done correctly (performance sinkhole). But in general the remarks I sent have been addressed.
Thanks for the update. I do not know what is not implemented correctly. Locally the tests that lead to TC timeout error run successfully. |
* fix: lanes added * feat: raise error if not all attributes_to_include in the dgf * feat: reverted the raise error if not all attributes_to_include in the dgf * feat: function created and used in nut to update rfid_c * feat: function used in osm_network_wrapper in nut to update rfid_c * Update ra2ce/network/networks_utils.py chore: inline comments changed Co-authored-by: Carles S. Soriano Pérez <carles.sorianoperez@deltares.nl> * chore: apply the comments on a previously made function + using deepcopy() * chore: use of deepcopy is corrected --------- Co-authored-by: Carles S. Soriano Pérez <carles.sorianoperez@deltares.nl>
Issue addressed
Solves #518
Code of conduct
What has been done?
Explain how you addressed the resolution of the related issue, what choices you made and why.
Checklist
black
andisort
definitions.master
.Additional Notes (optional)
Add any additional notes or information that may be helpful.