Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added source node capabilities to StateComponent #9

Closed
wants to merge 2 commits into from

Conversation

ncguilbeault
Copy link
Collaborator

This PR modifies the StateComponent class in the LinearDynamicalSystems package to function also as a source node

Comment on lines +81 to +83
/// <summary>
/// Given an observable sequence, this function returns an observable sequence of state components for each element in the input sequence
/// /// </summary>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// <summary>
/// Given an observable sequence, this function returns an observable sequence of state components for each element in the input sequence
/// /// </summary>
/// <summary>
/// Given an observable sequence, this function returns an observable sequence of state
/// components for each element in the input sequence.
/// </summary>

Duplicate /// and minor formatting

Comment on lines +95 to +97
/// <summary>
/// This function returns an observable sequence of state components
/// /// </summary>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// <summary>
/// This function returns an observable sequence of state components
/// /// </summary>
/// <summary>
/// Returns an observable sequence of state components.
/// </summary>

Comment on lines +12 to +14
[Description("State component of a Kalman Filter")]
[Combinator()]
[WorkflowElementCategory(ElementCategory.Source)]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[Description("State component of a Kalman Filter")]
[Combinator()]
[WorkflowElementCategory(ElementCategory.Source)]
[Combinator]
[Description("State component of a Kalman Filter")]
[WorkflowElementCategory(ElementCategory.Source)]

@ncguilbeault
Copy link
Collaborator Author

I'm going to close this PR as addressed in #8

@ncguilbeault ncguilbeault deleted the state-component branch September 27, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants