SteveDoyle2 / pyNastran

A Python-based interface tool for Nastran's file formats
Other
384 stars 147 forks source link

Updated behavior of PLOAD2 card to accept a list of element ids of any length #763

Closed fmamitrotta closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 57.14286% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 75.81%. Comparing base (11a5d53) to head (1ab353a).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/SteveDoyle2/pyNastran/pull/763/graphs/tree.svg?width=650&height=150&src=pr&token=S1ely2b7bK&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Steven+Doyle)](https://app.codecov.io/gh/SteveDoyle2/pyNastran/pull/763?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Steven+Doyle) ```diff @@ Coverage Diff @@ ## main #763 +/- ## ========================================== - Coverage 75.81% 75.81% -0.01% ========================================== Files 671 671 Lines 259899 259897 -2 Branches 32849 32849 ========================================== - Hits 197030 197028 -2 + Misses 55579 55578 -1 - Partials 7290 7291 +1 ``` | [Files](https://app.codecov.io/gh/SteveDoyle2/pyNastran/pull/763?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Steven+Doyle) | Coverage Δ | | |---|---|---| | [pyNastran/bdf/bdf\_interface/add\_card.py](https://app.codecov.io/gh/SteveDoyle2/pyNastran/pull/763?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Steven+Doyle#diff-cHlOYXN0cmFuL2JkZi9iZGZfaW50ZXJmYWNlL2FkZF9jYXJkLnB5) | `80.04% <ø> (ø)` | | | [pyNastran/bdf/cards/loads/static\_loads.py](https://app.codecov.io/gh/SteveDoyle2/pyNastran/pull/763?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Steven+Doyle#diff-cHlOYXN0cmFuL2JkZi9jYXJkcy9sb2Fkcy9zdGF0aWNfbG9hZHMucHk=) | `85.30% <57.14%> (-0.03%)` | :arrow_down: | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/SteveDoyle2/pyNastran/pull/763?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Steven+Doyle). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Steven+Doyle) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/SteveDoyle2/pyNastran/pull/763?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Steven+Doyle). Last update [11a5d53...1ab353a](https://app.codecov.io/gh/SteveDoyle2/pyNastran/pull/763?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Steven+Doyle). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Steven+Doyle).
SteveDoyle2 commented 6 months ago

Nice!