Skip to content

Commit

Permalink
Switch to use the new 'Object' data type for AverageArray application…
Browse files Browse the repository at this point in the history
… component
  • Loading branch information
james-strauss-uwa committed Jul 22, 2022
1 parent fe68ece commit 6786ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daliuge-engine/dlg/apps/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,9 @@ def _getArray(self):
# \~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//False/
# \~English Specifies the number of times the 'run' method will be executed before finally giving up
# @param[in] port/array Array/array/
# @param[in] port/array Array/Object.Array/
# \~English Port for the input array(s)
# @param[out] port/array Array/Array/
# @param[out] port/array Array/Object.Array/
# \~English Port carrying the averaged array
# @par EAGLE_END
class AverageArraysApp(BarrierAppDROP):
Expand Down

0 comments on commit 6786ec6

Please sign in to comment.