-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add sb10yd #203
Add sb10yd #203
Conversation
ddb8c03
to
e65ec6d
Compare
How I get your force-push into my local and origin branch? |
mn = min(2*lendat,2*n+1) | ||
if n > 0: | ||
lw3 = 2*lendat*(2*n+1) + max(2*lendat,2*n+1) + max(mn+6*n+4,2*mn+1) | ||
elif n == 0: |
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.
Could you please cover this case in the unit tests?
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 have to look into that.
Please rebase your feature branch onto master, there are some duplicate commits now |
Yup, I have done something wrong. |
bd9b8b2
to
4206fef
Compare
I fixed some linting warning in the tests, mainly in order to trigger a new CI run with a new commit. Somehow 6ff1902 was not picked up by GitHub Actions. |
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.
LGTM
This Draft/PR adds the SLICOT Function SB10YD.f.
A merge would close the issue #153.
It's working, following thing could be improved::