-
Notifications
You must be signed in to change notification settings - Fork 57
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
Refactor probnum.typing
#599
Refactor probnum.typing
#599
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## main #599 +/- ##
=======================================
Coverage 89.38% 89.38%
=======================================
Files 180 180
Lines 6668 6670 +2
Branches 1025 1025
=======================================
+ Hits 5960 5962 +2
Misses 479 479
Partials 229 229
|
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.
Nice. This will be great to u ify interfaces in particular in light of the planned backends.
In a Nutshell
This PR refactors the global
probnum.typing
module, preparing it for #581.Detailed Description
...ArgType
s to...Like
typesToleranceDiffusionType
andDenseOutputLocationArgType
, which are just aliases forArrayLike
Related Issues and PRs
#581