[kepler-dev] [Bug 5662] New: resurgence ArrayAccumulator is a duplicate of Ptolemy ArrayAccumulate

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Mon Aug 6 16:52:51 PDT 2012


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5662

             Bug #: 5662
           Summary: resurgence ArrayAccumulator is a duplicate of Ptolemy
                    ArrayAccumulate
    Classification: Unclassified
           Product: Kepler
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: actors
        AssignedTo: barseghian at nceas.ucsb.edu
        ReportedBy: cxh at eecs.berkeley.edu
         QAContact: kepler-dev at kepler-project.org


./actors/src/org/resurgence/actor/ArrayAccumulator.java
Duplicate of ptolemy/src/ptolemy/actor/lib/ArrayAccumulate.java

Kepler has ArrayAccumulator.java and Ptolemy has ArrayAccumulate.

The Kepler version has an input port named "array", the Ptolemy version has an
input named "input"
The Kepler version has a parameter named "separator", the Ptolemy version does
not have separator

FIXME: See about adding support for separator to the Ptolemy version.
  Add tests.
  Update the Kepler Backward compatibility filter to use "input" instead of
"array"

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Kepler-dev mailing list