Commit | Date | |
---|---|---|
[r9502]
by
bugman
The relax data store to_xml() method now can add all data pipes to the XML file (or a subset). The results.write() method now asks to_xml() for just the current pipe to be stored, whereas |
2009-09-10 17:24:30 | Tree |
[r9501]
by
bugman
The save_state() function now calls the relax data store to_xml() method. This method is currently only for one data pipe, and is used by the results writing user function. |
2009-09-10 17:01:25 | Tree |
[r9500]
by
bugman
Added the pickle flag to save_state(). This defaults to True to prevent relax failures during the XML file implementation. |
2009-09-10 16:36:40 | Tree |
[r9499]
by
bugman
Redesign of the relax state loading for adding support for a XML formatted state file. Half of the load_state() is now in load_pickle(), and a new function load_xml() added. |
2009-09-10 16:32:31 | Tree |
2009-09-10 16:07:22 | Tree | |
[r9497]
by
bugman
Shifted the test_write_read_pipes() system test to the 'state' test module. The program state is now being saved as the results file is for just one data pipe. |
2009-09-10 15:38:20 | Tree |
2009-09-10 15:37:16 | Tree | |
[r9495]
by
bugman
Added a very basic, and completely empty module and class for SRLS analysis. This is to allow the data pipe to be created. |
2009-09-10 15:20:21 | Tree |
2009-09-10 15:02:22 | Tree | |
[r9493]
by
bugman
Deleted the __init__() class methods as these were empty, and shifted the docstring to that of the class. |
2009-09-10 15:01:39 | Tree |