http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5593
Bug #: 5593
Summary: use setDefaultWidth in actors
Classification: Unclassified
Product: Kepler
Version: trunk
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: actors
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
Building workflows in Kepler these days I spend a lot of time changing relation
widths from Auto to 1, because w/ Auto the following error message occurs:
--
ptolemy.kernel.util.IllegalActionException: Error recording workflow structure:
Error getting port width: The width of relation .DataTurbineTimeSlice.relation
can not be uniquely inferred.
--
The error includes a suggestion, it sounds like we should take a pass through
all actors and update code to call setDefaultWidth as appropriate:
--
Please make the width inference deterministic by explicitly specifying the
width of this relation. In the user interface, right click on the relation,
select Configure and change the width. Note that some actors may need to have
their Java code updated to call setDefaultWidth(1) on the output port.
---
--
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
Kepler-dev mailing list
[email protected]
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev