MantisBT - Rosetta | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000091 | Rosetta | [All Projects] Incorrect Results | public | 2012-08-30 13:31 | 2013-04-10 19:17 |
Reporter | Labonte | ||||
Assigned To | Sergey | ||||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | Trunk | ||||
Fixed in Version | |||||
Application(s) Affected | any using PyMolMover or inheriting from it | ||||
Command Line Used | See Steps To Reproduce Above | ||||
Developer Options | |||||
Fixed in SVN Version | 54768 | ||||
Summary | 0000091: PyMolMover.energy_type() and/or ScoreType enum problem | ||||
Description | If one sets the energy type of a PyMolMover (the C++ version, not the Python version, from which the latter inherits) to total_score using PyMolMover.energy_type(total_score), the energy type is instead set to end_of_score_type_enumeration, (which is also the default setting). All other ScoreTypes work correctly. | ||||
Steps To Reproduce | In [1]: from rosetta import * In [2]: init() In [3]: pymol = PyMolMover() In [4]: pymol.energy_type() Out[4]: rosetta.core.scoring.__scoring_all_at_once_.ScoreType.end_of_score_type_enumeration In [5]: pymol.energy_type(fa_atr) In [6]: pymol.energy_type() Out[6]: rosetta.core.scoring.__scoring_all_at_once_.ScoreType.fa_atr In [7]: pymol.energy_type(total_score) In [8]: pymol.energy_type() Out[8]: rosetta.core.scoring.__scoring_all_at_once_.ScoreType.end_of_score_type_enumeration In [9]: pymol.energy_type(end_of_score_type_enumeration) In [10]: pymol.energy_type() Out[10]: rosetta.core.scoring.__scoring_all_at_once_.ScoreType.end_of_score_type_enumeration | ||||
Additional Information | |||||
Tags | Movers, PyMOL | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-08-30 13:31 | Labonte | New Issue | |||
2012-09-03 12:12 | Labonte | Application(s) Affected | any using PyMolObserver or inheriting from it => any using PyMolMover or inheriting from it | ||
2012-09-04 19:31 | Labonte | Tag Attached: Movers | |||
2012-09-04 19:31 | Labonte | Tag Attached: PyMOL | |||
2013-04-02 18:20 | Labonte | Assigned To | => Sergey | ||
2013-04-02 18:20 | Labonte | Status | new => assigned | ||
2013-04-02 19:05 | rmoretti | Note Added: 0000245 | |||
2013-04-03 13:30 | Sergey | Status | assigned => acknowledged | ||
2013-04-10 15:15 | Labonte | Note Added: 0000250 | |||
2013-04-10 15:16 | Labonte | Severity | major => minor | ||
2013-04-10 19:15 | Sergey | Note Added: 0000251 | |||
2013-04-10 19:16 | Sergey | Note Edited: 0000251 | bug_revision_view_page.php?bugnote_id=251#r73 | ||
2013-04-10 19:17 | Sergey | Fixed in SVN Version | => 54768 | ||
2013-04-10 19:17 | Sergey | Status | acknowledged => resolved | ||
2013-04-10 19:17 | Sergey | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|