Project

General

Profile

Actions

Bug #2421

closed

Port Name bug in SummaryStatistics actor

Added by Dan Higgins over 18 years ago. Updated over 18 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
actors
Target version:
Start date:
04/18/2006
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
2421

Description

Dan Higgins wrote:

Hey Chad,

If I simply drag the SummaryStatistics actor (a specialized version of the RExpression actor) onto the workspace and look at the ports, the port names have changed with each name preceeded by 'kepler:' e.g. 'xmean' becomes 'kepler:xmean'. The 'kepler:' part of the port names is NOT in the SummaryStatistics.xml for the actor in the KAR. Is it coming from the moml parser? In any case, this change in port name causes a problem with the actor, since the name should correspond to a variable name in the R script!

Dan

hmm, that's supposed to get stripped out of there. not sure why it's not. the problem is that we have properties that describe the ports and they have the same name as the port that is being described. If the moml parser tries to load that, we get a nameduplicationexception. so i tagged them with kepler: but they're supposed to get stripped when it gets instantiated. could you enter a bug for this?

thanks,
chad

Actions

Also available in: Atom PDF