Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000010Rosetta[All Projects] Incorrect Resultspublic2012-06-19 18:282012-06-26 11:53
Reporterrmoretti 
Assigned ToAndrewLeaverFay 
PrioritynormalSeverityminorReproducibilitysometimes
StatusresolvedResolutionfixed 
PlatformX86OSLinuxOS VersionCentOS
Product VersionTrunk 
Fixed in Version 
Summary0000010: Interaction graph size instability with relax_w_allatom_cst integration test
DescriptionWhen integration tests are run on the test server, we occasionally get a failing result for the relax_w_allatom_cst, specifically in the lines where the interaction graph size result is listed.

Additional Informatione.g. commit r49478

FAIL relax_w_allatom_cst
~ diff -r --exclude=command.sh ref/relax_w_allatom_cst/log
new/relax_w_allatom_cst/log
~ 826c826
~ < core.pack.pack_rotamers: IG: 4328192 bytes
~ ---
~ > core.pack.pack_rotamers: IG: 1775708 bytes
~ 833c833
~ < core.pack.pack_rotamers: IG: 4328184 bytes
~ ---
~ > core.pack.pack_rotamers: IG: 1811392 bytes
TagsNo tags attached.
Application(s) Affectedrelax
Command Line Used./integration.py
Developer Options
Fixed in SVN Version49586
Attached Files

- Relationships

-  Notes
(0000011)
AndrewLeaverFay (Administrator)
2012-06-25 17:09

r49586 fixes a bug in the use of the EnergyGraph to specify the edges in the packer_neighbor_graph in the event that the Pose has been changed since the last time it was scored.

There seems to surely be another bug somewhere that this commit will hide, but the instability in the memory use being reported by the InteractionGraph should now disappear.
(0000012)
AndrewLeaverFay (Administrator)
2012-06-26 11:53

r49602 fixes the a copy-constructor bug in the FullatomCustomPairDistanceEnergy class which left the max_dis_ variable uninitialized. This meant extra edges were added to the energy graph and to the interaction graph. r49586 fixed a bug, but not the one that led to the instability of the relax_w_allatom_cst integration tests.

- Issue History
Date Modified Username Field Change
2012-06-19 18:28 rmoretti New Issue
2012-06-25 13:08 AndrewLeaverFay Assigned To => AndrewLeaverFay
2012-06-25 13:08 AndrewLeaverFay Status new => assigned
2012-06-25 17:09 AndrewLeaverFay Note Added: 0000011
2012-06-25 17:10 AndrewLeaverFay Fixed in SVN Version => 49586
2012-06-25 17:10 AndrewLeaverFay Status assigned => resolved
2012-06-25 17:10 AndrewLeaverFay Resolution open => fixed
2012-06-26 11:53 AndrewLeaverFay Note Added: 0000012


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker