-
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
Add formula 6.5 for NEN-EN 1993-1-1_c2_a1_2016 including init files a… #120
Add formula 6.5 for NEN-EN 1993-1-1_c2_a1_2016 including init files a… #120
Conversation
Thank you so much for contributing to Blueprints! This is your Pull Request # 1 to this project. Now that you've created your pull request, please don't go away; take a look at the bottom of this page for the automated checks that should already be running. If they pass, great! If not, please click on 'Details' and see if you can fix the problem they've identified. A maintainer should be along shortly to review your pull request and help get it added! |
Hi @Simone-de-Rijke , Great to see you opening a PR! |
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.
Hi Simone,
Great to see your contribution! The code is readable and also the docstrings are complete
I have some comments: some are stuff we have to discuss in the maintainers meeting but also some comments to keep the code consistent over the package.
Best regards,
Wichard
...codes/eurocode/nen_en_1993_1_1_c2_a1_2016/chapter_6_ultimate_limit_state/test_formula_6_5.py
Outdated
Show resolved
Hide resolved
...ints/codes/eurocode/nen_en_1993_1_1_c2_a1_2016/chapter_6_ultimate_limit_state/formula_6_5.py
Outdated
Show resolved
Hide resolved
...codes/eurocode/nen_en_1993_1_1_c2_a1_2016/chapter_6_ultimate_limit_state/test_formula_6_5.py
Outdated
Show resolved
Hide resolved
blueprints/codes/eurocode/nen_en_1993_1_1_c2_a1_2016/chapter_6_ultimate_limit_state/__init__.py
Show resolved
Hide resolved
...ints/codes/eurocode/nen_en_1993_1_1_c2_a1_2016/chapter_6_ultimate_limit_state/formula_6_5.py
Show resolved
Hide resolved
...ints/codes/eurocode/nen_en_1993_1_1_c2_a1_2016/chapter_6_ultimate_limit_state/formula_6_5.py
Show resolved
Hide resolved
...ints/codes/eurocode/nen_en_1993_1_1_c2_a1_2016/chapter_6_ultimate_limit_state/formula_6_5.py
Outdated
Show resolved
Hide resolved
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.
Nice having you on board 😄
Couple of small changes needed to make it aligned with the other formulas. Check wichard's review.
...codes/eurocode/nen_en_1993_1_1_c2_a1_2016/chapter_6_ultimate_limit_state/test_formula_6_5.py
Show resolved
Hide resolved
The merging is still blocked based on this comment including a change request. Are more changes requested? If not, cloud you solve the requested change? |
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.
Everything is fine 🚀
Hi @bro-wi , Could you finish the review please? |
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.
good to go!
Hi @egarciamendez , the merge should work automatically (according to the contribution guide (see text below)) however it doesn't seem to do so. Could you check it out? |
Description
Added formula file + init file accompanying it.
Added test files + init file accompanying it.
Fixes # 119
Type of change
Checklist: