You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing out a new patch that I am creating that will add support for Bonsai's IncludeWorkflow operators to docfx for documentation, I noticed that the IncludeWorkflow operators do not have a description for the operator or externalized properties.
For reference, check out the Bonvision IncludeWorkflow operators at https://github.com/bonvision/BonVision. Adding them will provide helpful information within the Bonsai editor and also help with future API documentation when the patch is ready.
Edit: upon closer inspection, I think the lack of externalized property descriptions might not be a problem it pulls fine from the embedded operators for most IncludeWorkflow Operators. I noted down these operators which could use ExternalizedMapping property descriptions:
Bonsai.ML.HiddenMarkovModels - RunFitAsync (missing description for all)
Bonsai.ML.LinearDynamicalSystems.Kinematics - PerformForecasting (missing description for Timestep)
Bonsai.ML.LinearDynamicalSystems.Learning - RunOptimizationAsync (missing description for all)
The text was updated successfully, but these errors were encountered:
While testing out a new patch that I am creating that will add support for Bonsai's IncludeWorkflow operators to docfx for documentation, I noticed that the IncludeWorkflow operators do not have a description for the operator or externalized properties.
For reference, check out the Bonvision IncludeWorkflow operators at https://github.com/bonvision/BonVision. Adding them will provide helpful information within the Bonsai editor and also help with future API documentation when the patch is ready.
Edit: upon closer inspection, I think the lack of externalized property descriptions might not be a problem it pulls fine from the embedded operators for most IncludeWorkflow Operators. I noted down these operators which could use ExternalizedMapping property descriptions:
Bonsai.ML.HiddenMarkovModels - RunFitAsync (missing description for all)
Bonsai.ML.LinearDynamicalSystems.Kinematics - PerformForecasting (missing description for Timestep)
Bonsai.ML.LinearDynamicalSystems.Learning - RunOptimizationAsync (missing description for all)
The text was updated successfully, but these errors were encountered: