branch: master 「№61816」
Commited by: Vikram K. Mulligan
GitHub commit link: 「15591c560bdc0903」 「№5753」
Difference from previous tested commit:  code diff
Commit date: 2021-12-09 15:12:58
scientific.sb_score12_docking

Merge pull request #5753 from RosettaCommons/vmullig/string_copy_issue Fixing some strings that were passed by copy instead of by reference. Strings are relatively heavy objects, and copying them just to pass them to a function is a waste of memory and clock cycles. These ones are in some utility functions. This is an easy issue for newer devs to review, and it's ready for review.

...
Test: linux.clang.scientific.sb_score12_docking

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: master 「№61815」
Commited by: Brian Weitzner
GitHub commit link: 「f41a34e0f9df327d」 「№5754」
Difference from previous tested commit:  code diff
Commit date: 2021-12-08 14:24:45
scientific.sb_talaris13_relax_fast

Merge pull request #5754 from RosettaCommons/weitzner/pyrosetta-scorefunction-factory Adjusting ScoreFunctionFactory call

...
Test: linux.clang.scientific.sb_talaris13_relax_fast

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: master 「№61814」
Commited by: Vikram K. Mulligan
GitHub commit link: 「7fea8e519c004f4f」 「№5748」
Difference from previous tested commit:  code diff
Commit date: 2021-12-07 17:11:01

Merge pull request #5748 from RosettaCommons/vmullig/fix_pnear_calculator_for_extreme_energies Fix the PNear calculator for cases in which absolute values of energies are large. The PNear calculator can encounter floating point range errors if energy values are either very positive or very negative. If all energies are very positive, the partition function, `Z = sum_i(exp(-E_i/kbt))`, ends up being zero, and this produces divide-by-zero errors. If the energies are very negative, then the same sum ends up being infinite. The correction for this is to subtract off the smallest energy before doing the sum. This requires slightly more memory (we need a vector of energy and RMSD values, instead of just accumulating values), but it's safer. Tasks: - [x] Check unit and integration tests. - [x] Check simple_cycpep_predict and pnear_vs_ic50 scientific tests.

...


branch: master 「№61813」
Commited by: Sergey Lyskov
GitHub commit link: 「3d9dd57cc8a6a749」
Difference from previous tested commit:  code diff
Commit date: 2021-12-07 13:22:36

disabling BCL OS signal handling in PyRosetta release/min-size-release builds

...


branch: master 「№61812」
Commited by: Sergey Lyskov
GitHub commit link: 「b55987855cc212bf」 「№5750」
Difference from previous tested commit:  code diff
Commit date: 2021-12-06 16:42:33
scientific.sb_score12_docking.debug

Merge pull request #5750 from RosettaCommons/sergey/f updating LLVM setup procedure

...
Test: linux.clang.scientific.sb_score12_docking.debug

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: master 「№61811」
Commited by: Sergey Lyskov
GitHub commit link: 「6ad45a09b2c2c9df」
Difference from previous tested commit:  code diff
Commit date: 2021-12-05 21:50:33

triggering clean build

...


branch: master 「№61810」
Commited by: Sergey Lyskov
GitHub commit link: 「51899b1d1bb8e3be」 「№5705」
Difference from previous tested commit:  code diff
Commit date: 2021-12-04 10:42:57

Merge pull request #5705 from RosettaCommons/benchmark updating benchmark scripts

...


branch: master 「№61809」
Commited by: Sergey Lyskov
GitHub commit link: 「77491fa20be83588」 「№5738」
Difference from previous tested commit:  code diff
Commit date: 2021-12-02 10:56:13
scientific.sb_score12_docking.debug

Merge pull request #5738 from RosettaCommons/sergey/f adding support for PyRosetta Conda builds on M1

...
Test: linux.clang.scientific.sb_score12_docking.debug

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: master 「№61808」
Commited by: Sergey Lyskov
GitHub commit link: 「38e7da381e35745c」
Difference from previous tested commit:  code diff
Commit date: 2021-11-30 13:30:24
scientific.fragments_picking

rolling back changes made for OpenSSL version

...


branch: master 「№61807」
Commited by: Sergey Lyskov
GitHub commit link: 「98bf728b33728773」
Difference from previous tested commit:  code diff
Commit date: 2021-11-29 17:41:44
scientific.sb_score12_docking.debug

removing Python version check from PyRosetta distributed module

...
Test: linux.clang.scientific.sb_score12_docking.debug

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: master 「№61806」
Commited by: Sergey Lyskov
GitHub commit link: 「3c2b141124698754」 「№5701」
Difference from previous tested commit:  code diff
Commit date: 2021-11-28 17:08:41
scientific.sb_score12_docking.debug

Merge pull request #5701 from RosettaCommons/sergey/f Fixing PyRosetta build on M1

...
Test: linux.clang.scientific.sb_score12_docking.debug

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: master 「№61805」
Commited by: Lucas Krauss
GitHub commit link: 「b1f4aed4ec23068d」 「№5726」
Difference from previous tested commit:  code diff
Commit date: 2021-11-24 06:01:16

Merge pull request #5726 from RosettaCommons/lk/Seqprof Fixing nullpointer access in SeqprofConsensus

...


branch: master 「№61804」
Commited by: Ameya Harmalkar
GitHub commit link: 「63da7e2ca2f5b3c6」 「№5721」
Difference from previous tested commit:  code diff
Commit date: 2021-11-23 09:34:50

Merge pull request #5721 from RosettaCommons/AmeyaHarmalkar/muds21 Adding new score weights for ReplicaDock2.0 protocol

...


branch: master 「№61803」
Commited by: Rocco Moretti
GitHub commit link: 「5bba7a9cdc59f44d」 「№5717」
Difference from previous tested commit:  code diff
Commit date: 2021-11-20 08:53:23

Merge pull request #5717 from RosettaCommons/roccomoretti/fix_master_tests_2 Fix tests in master. * Remove unused variables * Fix virtual/override * Fix uninitialized variable.

...


branch: master 「№61802」
Commited by: Vikram K. Mulligan
GitHub commit link: 「49c6c8d138c0f21a」 「№5581」
Difference from previous tested commit:  code diff
Commit date: 2021-11-15 12:22:07

Merge pull request #5581 from RosettaCommons/vmullig/lazily_load_scorefunctions Ensure that scorefunctions are loaded from disk once, lazily, and in a threadsafe manner. Currently, every time a scorefunction is requested by name, it's re-loaded from disk. This is inefficient. This implements scorefunction caching, and allows scorefunctions to be loaded once, on first demand (i.e. lazily), and in a threadsafe manner. Because pull request #5573 generates a lot of extra chatter from extra loads of scorefunctions, this PR should be merged before that one. This PR also updates the documents submodule to point to the latest master of the documents repo. It also fixes a bug in ExactOccludedHbondSolEnergy.cc: when a ScoreFunction was cloned, this energy method's EtableEvaluators were not deep-copied, since the EtableEvaluators lacked `clone()` methods. These have now been added and are invoked when the energy method is copy-constructed or cloned. TODO: - [x] Fix integration test failures with `shobuns` and `geometric_solvation`. The rest of the integration test changes appear to be expected cosmetic changes caused by scoring functions not being loaded over and over (so some repeated text disappears in the output log). Note: Jack had a stale "changes requested" on this PR. I dismissed that after hearing verbally from Jack that he was satisfied following my changes and Steven's approval of the PR.

...


branch: master 「№61801」
Commited by: TJ Brunette
GitHub commit link: 「7bc0a36a7d7b7d1c」 「№5700」
Difference from previous tested commit:  code diff
Commit date: 2021-11-12 10:26:46

Merge pull request #5700 from RosettaCommons/tjbrunette/loop_closure_chain_fix fix for if resBeforeLoop_ and resAfterLoop_ are not on the same chain in NearNativeLoop closure

...


< 1 .. 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 .. 354 >

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