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
Pull Request №410 RosettaCommons/RFdiffusion/main ← RosettaCommons/RFdiffusion/fix_test_diffusion
Merge: e22092420281c644b928e64d490044dfca4f9175←778f8d4b28f7cfd6e54c61c76ffd47de6d38bd2a
Fix workflow tests that are failing
----------------
Merge commit message:
Fix input_pdb path in design_macrocyclic_binder and fix incorrect call to res in test_diffusion.py
Pull Request №410 RosettaCommons/RFdiffusion/main ← RosettaCommons/RFdiffusion/fix_test_diffusion
Merge: e22092420281c644b928e64d490044dfca4f9175←f43a81d59d6999759667db97269d0fea3693c277
Fix workflow tests that are failing
----------------
Merge commit message:
Changing number of designs for examples from 10 to 2 to speed up tests
Pull Request №410 RosettaCommons/RFdiffusion/main ← RosettaCommons/RFdiffusion/fix_test_diffusion
Merge: e22092420281c644b928e64d490044dfca4f9175←2d157302d341c3d8b8d8ef2e02a955d419f51e55
Fix workflow tests that are failing
----------------
Merge commit message:
Adjusting command format for design_macrocyclic_binder.sh and design_macrocyclic_monomer.sh
Pull Request №409 RosettaCommons/RFdiffusion/main ← RosettaCommons/RFdiffusion/idx_pdb_scaffoldedsampler
Merge: e22092420281c644b928e64d490044dfca4f9175←caa732e2e181853acf333082136e1eb83a18cb6e
Fix: Conditionally pass idx_pdb to writepdb to avoid AttributeError with SelfConditioning/ScaffoldedSampler
----------------
Merge commit message:
Add conditional statement for including sampler.idx_pdb for writepdb since ScaffoldedSampler.sample_init() doesn't set idx_pdb.