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

Improve documentation of IncludeWorkflows #40

Merged
merged 8 commits into from
Mar 7, 2025

Conversation

ncguilbeault
Copy link
Collaborator

Summary

This PR updates the main bonsai environment with the latest Bonsai.ML packages and adds documentation to IncludeWorkflows within Bonsai.ML packages. Fixes #32

Comment on lines +28 to +38
<Property Name="Fps" Description="The frames per second of the observations." Category="ModelParams" />
<Property Name="Pos_x0" Description="The initial x position." Category="ModelParams" />
<Property Name="Pos_y0" Description="The initial y position." Category="ModelParams" />
<Property Name="Vel_x0" Description="The initial x velocity." Category="ModelParams" />
<Property Name="Vel_y0" Description="The initial y velocity." Category="ModelParams" />
<Property Name="Acc_x0" Description="The initial x acceleration." Category="ModelParams" />
<Property Name="Acc_y0" Description="The initial y acceleration." Category="ModelParams" />
<Property Name="Sigma_a" Description="A scalar value representing the measurement noise." Category="ModelParams" />
<Property Name="Sigma_x" Description="A scalar value representing the prediction noise along the x axis." Category="ModelParams" />
<Property Name="Sigma_y" Description="A scalar value representing the prediction noise along the y axis." Category="ModelParams" />
<Property Name="Sqrt_diag_V0_value" Description="The initial value of the diagonal of the state covariance matrix." Category="ModelParams" />
Copy link
Member

Choose a reason for hiding this comment

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

In general in Bonsai / C# we would use Pascal casing rather than snake case, but no need to change anything now, this is just a general comment for us to think about regarding casing of properties coming from Python.

@@ -51,10 +51,10 @@ public class KFModelParameters
private string fpsString;

/// <summary>
/// x position at time 0
/// The initial x position.
Copy link
Member

Choose a reason for hiding this comment

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

Depending on casing we would change this to X but see comment above, no need to change anything now.

@glopesdev glopesdev added the documentation Improvements or additions to documentation label Jan 10, 2025
@ncguilbeault ncguilbeault force-pushed the dev/improve-documentation branch from 4f7f5c3 to dcf81d2 Compare January 10, 2025 13:51
@ncguilbeault ncguilbeault force-pushed the dev/improve-documentation branch from dcf81d2 to 614de1c Compare January 20, 2025 14:51
@glopesdev glopesdev self-requested a review March 7, 2025 12:48
@ncguilbeault ncguilbeault force-pushed the dev/improve-documentation branch from 614de1c to 712aa74 Compare March 7, 2025 12:52
@ncguilbeault ncguilbeault force-pushed the dev/improve-documentation branch from 712aa74 to 5266131 Compare March 7, 2025 12:53
@glopesdev glopesdev merged commit 3854f9e into main Mar 7, 2025
2 checks passed
@glopesdev glopesdev deleted the dev/improve-documentation branch March 7, 2025 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add description for IncludeWorkflow operators and ExternalizedMapping properties
2 participants