Skip to content
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

Make Train and AS5100.2 Appendix C example #47

Merged
merged 4 commits into from
Sep 23, 2023
Merged

Make Train and AS5100.2 Appendix C example #47

merged 4 commits into from
Sep 23, 2023

Conversation

ccaprani
Copy link
Owner

  • Added the calculations for Appendix C of AS5100.2 to the docs
  • Added functionality to have static loads as well as moving vehicle loads in a BridgeAnalysis
  • Renamed the from_convoy to make_train and moved outside Vehicle class.
  • Updated make_train example accordingly.

@codecov-commenter
Copy link

codecov-commenter commented Sep 23, 2023

Codecov Report

Merging #47 (109d34d) into main (a921d30) will increase coverage by 0.41%.
The diff coverage is 81.81%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
+ Coverage   80.22%   80.64%   +0.41%     
==========================================
  Files          12       12              
  Lines        1229     1235       +6     
==========================================
+ Hits          986      996      +10     
+ Misses        243      239       -4     
Files Changed Coverage Δ
src/pycba/analysis.py 78.37% <ø> (ø)
src/pycba/beam.py 85.71% <ø> (ø)
src/pycba/inf_lines.py 72.22% <ø> (ø)
src/pycba/load.py 91.69% <ø> (ø)
src/pycba/results.py 99.21% <ø> (ø)
src/pycba/utils.py 87.50% <ø> (ø)
src/pycba/bridge.py 36.15% <71.42%> (ø)
src/pycba/vehicle.py 75.90% <83.33%> (ø)
src/pycba/__init__.py 100.00% <100.00%> (ø)
tests/test_bridge.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ccaprani ccaprani merged commit 551a400 into main Sep 23, 2023
12 checks passed
@ccaprani ccaprani deleted the tablec branch September 23, 2023 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants