Menu

Commit [r22260]  Maximize  Restore  History

Fix for bug #21716 (https://gna.org/bugs/?21716).

This is the failure to save the relax state just after deleting the current data pipe, even if other
data pipes exist.

The problem was that the specific analysis functions data_names() and return_data_desc() were being
retrieved using the current data pipe rather than the actual data pipe that the data structures
belong to. So if the current data pipe is None, then these fail. Now the data pipe type is being
passed through all of the to_xml() methods so that the correct data_names() and return_data_desc()
methods are retrieved.

bugman 2014-02-24

changed /trunk/data_store/__init__.py
changed /trunk/data_store/interatomic.py
changed /trunk/data_store/mol_res_spin.py
changed /trunk/data_store/pipe_container.py
changed /trunk/specific_analyses/hybrid.py
/trunk/data_store/__init__.py Diff Switch to side-by-side view
Loading...
/trunk/data_store/interatomic.py Diff Switch to side-by-side view
Loading...
/trunk/data_store/mol_res_spin.py Diff Switch to side-by-side view
Loading...
/trunk/data_store/pipe_container.py Diff Switch to side-by-side view
Loading...
/trunk/specific_analyses/hybrid.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.