uw-ipd / tmol

TMol
Apache License 2.0
30 stars 3 forks source link

Dimaio/singularity test server #287

Closed fdimaio closed 8 months ago

fdimaio commented 8 months ago

Change test infrastructure to use singularity backend.

codecov[bot] commented 8 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (ace29a8) 94.93% compared to head (7987b60) 94.97%. Report is 6 commits behind head on master.

Files Patch % Lines
tmol/io/pose_stack_construction.py 93.33% 1 Missing :warning:
tmol/tests/pack/sim_anneal/test_sim_anneal.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #287 +/- ## ========================================== + Coverage 94.93% 94.97% +0.03% ========================================== Files 374 377 +3 Lines 23883 24251 +368 ========================================== + Hits 22673 23032 +359 - Misses 1210 1219 +9 ``` | [Flag](https://app.codecov.io/gh/uw-ipd/tmol/pull/287/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uw-ipd) | Coverage Δ | | |---|---|---| | [_shrug_Testing_CPU](https://app.codecov.io/gh/uw-ipd/tmol/pull/287/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uw-ipd) | `90.26% <94.23%> (+0.23%)` | :arrow_up: | | [_shrug_Testing_CPU_debug_w_o_jit](https://app.codecov.io/gh/uw-ipd/tmol/pull/287/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uw-ipd) | `92.04% <94.23%> (?)` | | | [_shrug_Testing_CPU_w_o_jit](https://app.codecov.io/gh/uw-ipd/tmol/pull/287/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uw-ipd) | `?` | | | [_shrug_Testing_CUDA](https://app.codecov.io/gh/uw-ipd/tmol/pull/287/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uw-ipd) | `92.44% <99.24%> (+0.07%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=uw-ipd#carryforward-flags-in-the-pull-request-comment) to find out more.

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

aleaverfay commented 8 months ago

Looks great, Frank. I’ll merge trunk into my PR when you’ve merged this into trunk

On Fri, Jan 12, 2024 at 9:45 PM Frank DiMaio @.***> wrote:

@fdimaio https://github.com/fdimaio requested your review on: #287 https://github.com/uw-ipd/tmol/pull/287 Dimaio/singularity test server.

— Reply to this email directly, view it on GitHub https://github.com/uw-ipd/tmol/pull/287#event-11475927477, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADPFD662E5AA24IGIDYXXTYOHYLNAVCNFSM6AAAAABBXOW35CVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGQ3TKOJSG42DONY . You are receiving this because your review was requested.Message ID: @.***>

jflat06 commented 8 months ago

I don't see anything in the changes that references singularity. Is that outside of this PR?

fdimaio commented 8 months ago

I don't see anything in the changes that references singularity. Is that outside of this PR?

Yes, singularity is running on the backend now. This just changes to the testing pipeline to be compatible with the backend changes.