Skip to content
Snippets Groups Projects
Commit a90c1140 authored by Chad Hanna's avatar Chad Hanna
Browse files

inspiral_pipe.py: a very important comment to add

parent 53c8971e
No related branches found
No related tags found
No related merge requests found
......@@ -200,6 +200,10 @@ class generic_node(InspiralNode):
dictionary of options related to input files and a dictionary of options
related to output files. Otherwise it is a subclass of InspiralNode and thus
pipeline.CondorDAGNode
NOTE and important and subtle behavior - You can specify an option with
an empty argument by setting it to "". However options set to None are simply
ignored.
"""
def __init__(self, job, dag, parent_nodes, opts = {}, input_files = {}, output_files = {}):
InspiralNode.__init__(self, job, dag, parent_nodes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment