You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently discovered that InferDM using Work Queue was broken by the new bestfit_p0 functionality. (Fixed here: #38 ) We need robust tests to ensure this does not happen in the future.
I see there are some Work Queue tests in the test suite, but they are skipped @pytest.mark.skip(). Why are these tests being skipped? If run length is an issue, they can be made to run very quickly by setting --maxeval very small.
The text was updated successfully, but these errors were encountered:
I recently discovered that InferDM using Work Queue was broken by the new
bestfit_p0
functionality. (Fixed here: #38 ) We need robust tests to ensure this does not happen in the future.I see there are some Work Queue tests in the test suite, but they are skipped
@pytest.mark.skip()
. Why are these tests being skipped? If run length is an issue, they can be made to run very quickly by setting --maxeval very small.The text was updated successfully, but these errors were encountered: