SCALE-MS / scale-ms

SCALE-MS design and development
GNU Lesser General Public License v2.1
4 stars 4 forks source link

Prune some unused code. #381

Closed eirrgang closed 1 year ago

eirrgang commented 1 year ago

We no longer use the scalems_raptor entry-point script. Instead, we just use a module __main__ for the Raptor master task: <python> -m scalems.radical.raptor <config>.json

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.10% :tada:

Comparison is base (89cbf5b) 78.40% compared to head (3ae0552) 78.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #381 +/- ## ========================================== + Coverage 78.40% 78.50% +0.10% ========================================== Files 33 33 Lines 3940 3932 -8 Branches 620 618 -2 ========================================== - Hits 3089 3087 -2 + Misses 626 620 -6 Partials 225 225 ``` | [Files Changed](https://app.codecov.io/gh/SCALE-MS/scale-ms/pull/381?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SCALE-MS) | Coverage Δ | | |---|---|---| | [src/scalems/radical/raptor/\_\_init\_\_.py](https://app.codecov.io/gh/SCALE-MS/scale-ms/pull/381?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SCALE-MS#diff-c3JjL3NjYWxlbXMvcmFkaWNhbC9yYXB0b3IvX19pbml0X18ucHk=) | `84.84% <ø> (+0.92%)` | :arrow_up: | | [src/scalems/radical/raptor/\_\_main\_\_.py](https://app.codecov.io/gh/SCALE-MS/scale-ms/pull/381?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SCALE-MS#diff-c3JjL3NjYWxlbXMvcmFkaWNhbC9yYXB0b3IvX19tYWluX18ucHk=) | `100.00% <ø> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.