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

Added utility functions for loads #38

Merged
merged 1 commit into from
May 5, 2023
Merged

Added utility functions for loads #38

merged 1 commit into from
May 5, 2023

Conversation

ccaprani
Copy link
Owner

@ccaprani ccaprani commented May 5, 2023

  • Functions for a nice interface for loads, such as add_udl and so on;
  • Added an add_LM function so that load matrices can be added, making it easier to do superposition
  • Changed the introductory examples 1 and 2 to reflect the new loads interface
  • Added more examples showing a subframe and postensioning using the add_LM
  • Added a new test of the utility functions, and general docs updates.

@codecov-commenter
Copy link

codecov-commenter commented May 5, 2023

Codecov Report

Merging #38 (bcb0b7d) into main (164a0f0) will increase coverage by 0.11%.
The diff coverage is 86.53%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
+ Coverage   79.98%   80.09%   +0.11%     
==========================================
  Files          12       12              
  Lines        1179     1221      +42     
==========================================
+ Hits          943      978      +35     
- Misses        236      243       +7     
Impacted Files Coverage Δ
pycba/load.py 89.72% <40.00%> (-2.12%) ⬇️
pycba/beam.py 84.92% <90.90%> (-0.33%) ⬇️
pycba/analysis.py 78.37% <100.00%> (+3.12%) ⬆️
pycba/results.py 99.21% <100.00%> (ø)
tests/test_basic.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 274296b into main May 5, 2023
@ccaprani ccaprani deleted the addlm branch May 5, 2023 08:37
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