Skip to content

Commit

Permalink
Improved text for the input_error_threshold param
Browse files Browse the repository at this point in the history
  • Loading branch information
james-strauss-uwa committed Feb 11, 2022
1 parent b5d0d30 commit effc1c9
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 deletions daliuge-engine/dlg/apps/archiving.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ def store(self, inputDrop):
# \~English Number of cores used
# @param[in] cparam/group_start Group start/False/Boolean/readwrite/False/
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/input_error_threshold "Input error rate (%)"/0/Integer/readwrite/False/
# \~English the allowed failure rate of the inputs (in percent), before this component goes to ERROR state and is not executed
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] aparam/ngasSrv NGAS Server URL/localhost/String/readwrite/False/
Expand Down
4 changes: 2 additions & 2 deletions daliuge-engine/dlg/apps/bash_shell_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ def execute(self, data):
# \~English Number of cores used
# @param[in] cparam/group_start Group start/False/Boolean/readwrite/False/
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/input_error_threshold "Input error rate (%)"/0/Integer/readwrite/False/
# \~English the allowed failure rate of the inputs (in percent), before this component goes to ERROR state and is not executed
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @par EAGLE_END
Expand Down
4 changes: 2 additions & 2 deletions daliuge-engine/dlg/apps/crc.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def run(self):
# \~English Number of cores used
# @param[in] cparam/group_start Group start/False/Boolean/readwrite/False/
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/input_error_threshold "Input error rate (%)"/0/Integer/readwrite/False/
# \~English the allowed failure rate of the inputs (in percent), before this component goes to ERROR state and is not executed
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[out] port/data Data/String/
Expand Down
4 changes: 2 additions & 2 deletions daliuge-engine/dlg/apps/dockerapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def waitForIp(self, timeout=None):
# \~English Number of cores used
# @param[in] cparam/group_start Group start/False/Boolean/readwrite/False/
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/input_error_threshold "Input error rate (%)"/0/Integer/readwrite/False/
# \~English the allowed failure rate of the inputs (in percent), before this component goes to ERROR state and is not executed
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] cparam/user User//String/readwrite/False/
Expand Down
4 changes: 2 additions & 2 deletions daliuge-engine/dlg/apps/dynlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ def addStreamingInput(self, streamingInputDrop, back=True):
# \~English Number of cores used
# @param[in] cparam/group_start Group start/False/Boolean/readwrite/False/
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/input_error_threshold "Input error rate (%)"/0/Integer/readwrite/False/
# \~English the allowed failure rate of the inputs (in percent), before this component goes to ERROR state and is not executed
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @par EAGLE_END
Expand Down
4 changes: 2 additions & 2 deletions daliuge-engine/dlg/apps/mpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
# \~English Number of cores used
# @param[in] cparam/group_end Group end/False/Boolean/readwrite/False/
# \~English Is this node the end of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/input_error_threshold "Input error rate (%)"/0/Integer/readwrite/False/
# \~English the allowed failure rate of the inputs (in percent), before this component goes to ERROR state and is not executed
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @par EAGLE_END
Expand Down
16 changes: 8 additions & 8 deletions daliuge-engine/dlg/apps/plasma.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
# \~English Number of cores used
# @param[in] cparam/group_start Group start/False/Boolean/readwrite/False/
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/input_error_threshold "Input error rate (%)"/0/Integer/readwrite/False/
# \~English the allowed failure rate of the inputs (in percent), before this component goes to ERROR state and is not executed
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] port/plasma_ms_input Plasma MS Input/Measurement Set/
Expand Down Expand Up @@ -157,8 +157,8 @@ def dropCompleted(self, uid, drop_state):
# \~English Number of cores used
# @param[in] cparam/group_start Group start/False/Boolean/readwrite/False/
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/input_error_threshold "Input error rate (%)"/0/Integer/readwrite/False/
# \~English the allowed failure rate of the inputs (in percent), before this component goes to ERROR state and is not executed
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] port/input_file Input File/File/
Expand Down Expand Up @@ -234,8 +234,8 @@ def run(self):
# \~English Number of cores used
# @param[in] cparam/group_start Group start/False/Boolean/readwrite/False/
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/input_error_threshold "Input error rate (%)"/0/Integer/readwrite/False/
# \~English the allowed failure rate of the inputs (in percent), before this component goes to ERROR state and is not executed
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] port/plasma_ms_input Plasma MS Input/Measurement Set/
Expand Down Expand Up @@ -307,8 +307,8 @@ def run(self, **kwargs):
# \~English Number of cores used
# @param[in] cparam/group_start Group start/False/Boolean/readwrite/False/
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/input_error_threshold "Input error rate (%)"/0/Integer/readwrite/False/
# \~English the allowed failure rate of the inputs (in percent), before this component goes to ERROR state and is not executed
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] port/input_ms Input MS/Measurement Set/
Expand Down
4 changes: 2 additions & 2 deletions daliuge-engine/dlg/apps/pyfunc.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ def import_using_code(code):
# \~English Number of cores used
# @param[in] cparam/group_start Group start/False/Boolean/readwrite/False/
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/input_error_threshold "Input error rate (%)"/0/Integer/readwrite/False/
# \~English the allowed failure rate of the inputs (in percent), before this component goes to ERROR state and is not executed
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] aparam/func_name Function Name//String/readwrite/False/
Expand Down
4 changes: 2 additions & 2 deletions daliuge-engine/dlg/apps/scp.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
# \~English Number of cores used
# @param[in] cparam/group_start Group start/False/Boolean/readwrite/False/
# \~English Is this node the start of a group?
# @param[in] cparam/input_error_threshold "Input error threshold (0 and 100)"/0/Integer/readwrite/False/
# \~English Indicates the tolerance to erroneous effective inputs, and after which the application will not be run but moved to the ERROR state
# @param[in] cparam/input_error_threshold "Input error rate (%)"/0/Integer/readwrite/False/
# \~English the allowed failure rate of the inputs (in percent), before this component goes to ERROR state and is not executed
# @param[in] cparam/n_tries Number of tries/1/Integer/readwrite/False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] aparam/remoteUser Remote User//String/readwrite/False/
Expand Down
Loading

0 comments on commit effc1c9

Please sign in to comment.