-
Notifications
You must be signed in to change notification settings - Fork 85
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
feat: Add AsymptoticCalculator #750
Conversation
This pull request introduces 2 alerts when merging f8e6bda into a508732 - view on LGTM.com new alerts:
|
Codecov Report
@@ Coverage Diff @@
## master #750 +/- ##
==========================================
+ Coverage 95.33% 95.33% +<.01%
==========================================
Files 54 54
Lines 2982 3004 +22
Branches 425 426 +1
==========================================
+ Hits 2843 2864 +21
- Misses 94 95 +1
Partials 45 45
Continue to review full report at Codecov.
|
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.
I think overall this is really nice, so thanks! No functional issues with the code from me, but it would be nice if the docstrings could be improved to match the style of the existing docs like the tensor backends. In addition to formatting changes it would also help if examples were added. I would offer to make these changes that I'm asking for, but I realistically won't get to them until after my talk is written (which will be Wednesday).
@matthewfeickert if you can push your changes that'd be nice |
99002e9
to
a860e05
Compare
While trying to get the docs to show the full signatures and docstrings: .. autosummary::
:toctree: _generated/
:nosignatures:
:template: modifierclass.rst I'm getting the following warnings (which we treat as errors) when I try to build the docs:
which I believe is happening as |
This pull request introduces 1 alert and fixes 1 when merging ca360aa into 7c3ba2e - view on LGTM.com new alerts:
fixed alerts:
|
This reverts commit 0c0e98b.
ca360aa
to
09cd082
Compare
This pull request introduces 1 alert and fixes 1 when merging 09cd082 into aa25803 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 1 when merging 68d6a3c into aa25803 - view on LGTM.com new alerts:
fixed alerts:
|
I think since the problem with the docs is roughly documented in Issue #761 that we can just go ahead and review this. |
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 LGTM now. Thanks @lukasheinrich for both the useful PR and for your extreme patience with how long this took to review again.
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.
Overall, I like the refactoring. There's still more to digest here and clean-up.
This pull request introduces 1 alert and fixes 1 when merging 9a9d6ef into e3f0eb3 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 1 when merging 9c69fb5 into e3f0eb3 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 1 when merging 2f828d3 into e3f0eb3 - view on LGTM.com new alerts:
fixed alerts:
|
Description
Another in the series of #709 .
This introduces the AsymptoticCalculator
Checklist Before Requesting Reviewer
Before Merging
For the PR Assignees: