branch: release 「№270」
Commited by: Rocco Moretti
GitHub commit link: 「9fdd492f0eed2d37」 「№5049」
Difference from previous tested commit:  code diff
Commit date: 2020-11-06 18:21:09

Merge pull request #5049 from RosettaCommons/roccmoretti/disable_ligand_dock_performance Disable the LigandDockProtocol performance test. This test is one of the noisiest performance test. (Probably because it's attempting to do too much in each cycle.) Additionally, it's testing an old, outdated protocol. If we want to re-enable this, we probably want to do more granular testing (different tests for each step), and test the most recent version of the protocol.

...


branch: release 「№269」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「9f64dcffe297ee46」 「№5060」
Difference from previous tested commit:  code diff
Commit date: 2020-10-27 11:42:54

Merge pull request #5060 from RosettaCommons/aleaverfay/hotfix_from_4924 Add a missing inclusion to fix release unit test build I had a unit test that was not compiling in release mode due to undefined symbols not caught in debug mode

...


branch: release 「№268」
Commited by: Vikram K. Mulligan
GitHub commit link: 「b8ee43f4fb8f2cdf」 「№5027」
Difference from previous tested commit:  code diff
Commit date: 2020-10-12 18:23:57

Merge pull request #5027 from RosettaCommons/vmullig/check_cterm_amidation_patch Debug the Cterm_amidation patch A few users have complained about this. Adding unit test for desired behaviour. Will debug if unit test fails. EDIT: Yes, the patch was messed up. It's fixed now, and the unit test will ensure that it stays fixed.

...


branch: release 「№267」
Commited by: Julia Koehler Leman
GitHub commit link: 「f01fa77e7385c2c0」 「№4945」
Difference from previous tested commit:  code diff
Commit date: 2020-10-02 11:47:11

Merge pull request #4945 from RosettaCommons/jkleman/benchmarks Jkleman/benchmarks: fixing a bunch of scientific tests but there is more work to do. Just want master to be up to date so I can see what else needs fixing.

...


branch: release 「№266」
Commited by: Sergey Lyskov
GitHub commit link: 「9ee477a1d9d615da」
Difference from previous tested commit:  code diff
Commit date: 2020-09-25 00:05:54

initiating clean rebuild

...


branch: release 「№265」
Commited by: Brahm Yachnin
GitHub commit link: 「8071b5ec488636b2」
Difference from previous tested commit:  code diff
Commit date: 2020-09-15 16:12:55

RosettaAI: Setting rosetta_scripts_scripts submodule to latest origin/master version.

...


branch: release 「№264」
Commited by: Daniel Paoliello
GitHub commit link: 「3ba1aaa69637d143」
Difference from previous tested commit:  code diff
Commit date: 2020-09-07 13:55:02

Lift uses of `make_shared` that cause MSVC to crash into their own functions (#4966) Issue Details: When `make_shared` is used via a using declaration as a default parameter value, it causes MSVC to crash (see https://developercommunity.visualstudio.com/content/problem/1170468/ice-when-using-make-shared-via-a-using-declaration.html). Fix Details: Move the use of `make_shared` from the default parameter value into a function, then call that function as the default parameter value.

...


branch: release 「№263」
Commited by: Rocco Moretti
GitHub commit link: 「fd1c8ced991b69b7」 「№4939」
Difference from previous tested commit:  code diff
Commit date: 2020-08-30 12:28:06

Merge pull request #4939 from RosettaCommons/roccomoretti/filenotfoundfix Fix bug in FileNotFound error. We were putting the source file name in the error message, not the name of the missing data file.

...


branch: release 「№262」
Commited by: Vikram K. Mulligan
GitHub commit link: 「6dedbd4c240c738a」 「№4928」
Difference from previous tested commit:  code diff
Commit date: 2020-08-22 17:41:05

Merge pull request #4928 from RosettaCommons/vmullig/tidy_up_clang_tidy_warnings Removing unused values flagged by clang-tidy. Note that the operator() called here has no side-effects; its ONLY effect is to return a value that's never used, so it's safe to delete it. Additional notes added by Rocco: Looking at the code and #4890, it looks like the removal is fine. The computation that was previously done with these variables has been moved to the output_interface_deltas(). Presuming the component energies sum to the total scores, then the transformation should be valid. (As the difference of the sums of the components should be equal to the sums of the differences in components.) ... Well, with the caveat that you're either not using the normalization function, or that the normalization function is a linear (not affine) scaling, and the sum of normalized components is equal to the normalized sum of components. -- But looking through the current options for normalization factors, that's the case. (And the normalization option isn't used much, anyway.)

...


branch: release 「№261」
Commited by: Vikram K. Mulligan
GitHub commit link: 「a69d51d4b89e7070」
Difference from previous tested commit:  code diff
Commit date: 2020-08-15 17:06:06

Possible fix to stochastic failure in HRFDyamicsEnergyTests (#4910) The one thing that I can see is that there's no check that the data read from each line of the initialization file can actually be interpreted as an int and a float (which the code expects). If this fails, the int and the float _should_ be set to 0 and 0.0, respectively, under the cxx11 standard, but earlier standards left the container variables unchanged. I'm wondering if that's what we're seeing here, resulting in stochastic behaviour since the int and the float are uninitialized. I'm adding a check that the line was properly parsed, and taking out the blank line in the config file. I don't know that this will fix the stochastic failure, but it can't hurt. Tasks: - [x] Add the check. - [x] Confirm that the unit test now fails consistently due to the blank line. - [x] Remove the blank line in the config file. - [x] Ensure that test passes. * Remove blank line in test. * Update tools repo to point at latest master.

...


branch: release 「№260」
Commited by: Sergey Lyskov
GitHub commit link: 「8ecab77aa50ac130」 「№4833」
Difference from previous tested commit:  code diff
Commit date: 2020-07-07 18:41:06

Merge pull request #4833 from RosettaCommons/sergey/binder fixing PyRosetta build on Ubuntu-20.04

...


branch: release 「№259」
Commited by: Vikram K. Mulligan
GitHub commit link: 「cd4c8de0d49b3a52」 「№4761」
Difference from previous tested commit:  code diff
Commit date: 2020-06-29 16:41:46

Merge pull request #4761 from RosettaCommons/vmullig/all_to_all_pnear_analysis Add PNear analysis for many states. I'm using peptide structure prediction to train ML models that can recognize peptides that fold well. A single structure prediction run actually generates far more data than I'm using. It would be useful to compute and output PNear to all of the negative states in addition to PNear to the state that I'm designing for, to give me more data for training. This PR adds this functionality. Tasks: - [x] Add new option. - [x] Register new option. - [x] Have the new option do something: - [x] Add a new step to the `HierarchicalHybridJDApplication` class for this computation: - [x] Sends a request for each state in turn from the emperor node to all slave nodes. - [x] Each slave node broadcasts that state to all other slave nodes. - [x] All slave nodes compute RMSD to that state. - [x] Emperor collects RMSDs up the hierarchy and carries out PNear calculation. - [x] Repeat for each relevant state. - [x] Write out PNear list at end. - [x] Error if used with `-compute_rmsd_to_lowest option.`. - ~~Check and address issue #4738~~ --> separate pull request. - [x] Documentation. - [x] Integration test. - [x] Beauty.

...


branch: release 「№258」
Commited by: Rocco Moretti
GitHub commit link: 「d2d9f90b8cbcacfd」 「№4797」
Difference from previous tested commit:  code diff
Commit date: 2020-06-19 15:33:13

Merge pull request #4797 from RosettaCommons/roccomoretti/address_unit_release Fix the release-mode version of the EPRSpinLabelTest unit test Convert an exact comparison of a real to a delta comparison.

...


branch: release 「№257」
Commited by: Rocco Moretti
GitHub commit link: 「0d6f90a8cb9fa056」 「№4746」
Difference from previous tested commit:  code diff
Commit date: 2020-06-04 20:12:24

Merge pull request #4746 from RosettaCommons/roccomoretti/icc_fix Fix ICC test on test server ICC 19 is having issues with the boost::accumulator usage, possibly due to the boost update. I'm not quite sure why it's having the issue, but we can work around it by removing the usage.

...


branch: release 「№256」
Commited by: Andy Watkins
GitHub commit link: 「122f5c958a089e6b」 「№4723」
Difference from previous tested commit:  code diff
Commit date: 2020-05-24 16:08:11

Merge pull request #4723 from RosettaCommons/everyday847/rna_cluster_show_n_clusters rna_cluster: Show number of resulting clusters

...


branch: release 「№255」
Commited by: Sergey Lyskov
GitHub commit link: 「c522e9e9054813e6」 「№4697」
Difference from previous tested commit:  code diff
Commit date: 2020-05-14 12:55:54

Merge pull request #4697 from RosettaCommons/revert-4687-klimaj/distributed_logging Revert "Small fixes to pyrosetta.distributed logging" (was #4687)

...


< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 .. 23 >

Legend:
queued Queued Test
queued for comparison Test finished running but not yet compared
running Test is Running right now
comparing Test results is now comparing with previous results
finished Test is finished without errors
failed Test failed
build Failed Test could not be run because build failed
script failed Test results is unknow because test-script failed
canceled Test was canceled