-
Notifications
You must be signed in to change notification settings - Fork 4
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
Docstrings for all latentmodel types and generate_latent plus named arguments for constructors #140
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #140 +/- ##
=======================================
Coverage 98.24% 98.24%
=======================================
Files 26 25 -1
Lines 228 228
=======================================
Hits 224 224
Misses 4 4 ☔ View full report in Codecov by Sentry. |
This PR has some major conflicts. Happy to resolve and then review. |
…hat-dispatch-on-them-plus-adding-keyword-args-as-required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me. @SamuelBrand1 can you check you are also happy?
This is a PR for documenting
AbstractLatentModel
subtypes and methods that dispatch on them.Current focus and decisions:
Follows #138 in decisions.
This PR is aimed at addressing #139 which is part of #35 and #97 .
Extra activity
@kwdef
I am doing it, because this also makes example usage easier. This moves towards addressing Make all constructors have named and not positional arguments. #133 , but won't close this issue.