Pull Request №426 RosettaCommons/RFdiffusion/main ← RosettaCommons/RFdiffusion/updated_scaffoldguided_fix
Merge: ff20fbafefbdc9b9eb9423754fd418939c32e89e←ecf161b4e2579fdbb9f4a668ac39656bfbc2180a
Updated "Fixed issues with designing in scaffoldguided mode" original PR 386
----------------
Merge commit message:
Move cyclic_reses initialization to a helper function and call it for Sampler and ScaffoldedSampler
Pull Request №426 RosettaCommons/RFdiffusion/main ← RosettaCommons/RFdiffusion/updated_scaffoldguided_fix
Merge: ff20fbafefbdc9b9eb9423754fd418939c32e89e←723a66408c9a5f722812e7bbe13a116fa2fd4f42
Updated "Fixed issues with designing in scaffoldguided mode" original PR 386
----------------
Merge commit message:
Reverting changes to flag name, so you still use scaffoldguided.scaffoldguided=True instead of scaffoldguided_enabled
Pull Request №410 RosettaCommons/RFdiffusion/main ← RosettaCommons/RFdiffusion/fix_test_diffusion
Merge: e22092420281c644b928e64d490044dfca4f9175←dd7643d6406cfbb1332eccaa36e6c0fc786251de
Fix workflow tests that are failing
----------------
Merge commit message:
Revert "Remove try block with except FileExistsError that isn't needed"
After running the test, I found that this was needed
This reverts commit ead721f32670eae379612d9e545690c3f288d251.
Pull Request №410 RosettaCommons/RFdiffusion/main ← RosettaCommons/RFdiffusion/fix_test_diffusion
Merge: e22092420281c644b928e64d490044dfca4f9175←681874e6ea19e763a5ccb35d1a434c9b3f6d8179
Fix workflow tests that are failing
----------------
Merge commit message:
Reduce length for design_tetrahedral_oligos to 600 to reduce run time
Pull Request №410 RosettaCommons/RFdiffusion/main ← RosettaCommons/RFdiffusion/fix_test_diffusion
Merge: e22092420281c644b928e64d490044dfca4f9175←4d870c07da5e645393ee85a557b41e799d8b6371
Fix workflow tests that are failing
----------------
Merge commit message:
In setUpClass check that directory doesn't already exists, so tests do not fail before running examples
Pull Request №410 RosettaCommons/RFdiffusion/main ← RosettaCommons/RFdiffusion/fix_test_diffusion
Merge: e22092420281c644b928e64d490044dfca4f9175←a570b2b8bdce98e979d875cde81d5f9ed0f3d225
Fix workflow tests that are failing
----------------
Merge commit message:
Edit main.yml workflow so if an example fails, the test doesn't pass
Pull Request №410 RosettaCommons/RFdiffusion/main ← RosettaCommons/RFdiffusion/fix_test_diffusion
Merge: e22092420281c644b928e64d490044dfca4f9175←260692d6c2ce4a565fd60cf636c825c3317cc123
Fix workflow tests that are failing
----------------
Merge commit message:
Edits to test_diffusion to make change setUp to setUpClass to make this a class method so examples run only once
Pull Request №410 RosettaCommons/RFdiffusion/main ← RosettaCommons/RFdiffusion/fix_test_diffusion
Merge: e22092420281c644b928e64d490044dfca4f9175←17f315b2de6d84c0ac189164b2c8d5c52fe8ac46
Fix workflow tests that are failing
----------------
Merge commit message:
Add index of chunk to test directory name
Pull Request №410 RosettaCommons/RFdiffusion/main ← RosettaCommons/RFdiffusion/fix_test_diffusion
Merge: e22092420281c644b928e64d490044dfca4f9175←a629d43e928409c1e27f5396b376f1bcaca9a3be
Fix workflow tests that are failing
----------------
Merge commit message:
Add step to cd into tests directory in main.yml