operation_chain¶
Module: environments.chains.operation_chain
¶
Concatenation of operations
The basic principle is, that a new main folder is created for the operation chain and every operation gets a subfolder for saving results.
When running the operation chain, the operations were told where to get and where to put their results.
The user only has to specify the list of operations as described
in the tutorials and example files and run the software with the
chain option -c
.
Inheritance diagram for pySPACE.environments.chains.operation_chain
:
OperationChain
¶
-
class
pySPACE.environments.chains.operation_chain.
OperationChain
(input_dict, base_result_dir)[source]¶ Bases:
dict
Create the operation chain object
Class Components Summary
get_output_directory
()-
__weakref__
¶ list of weak references to the object (if defined)
-