-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Fixes Rising Factorial #39409
Fixes Rising Factorial #39409
Conversation
Can you add a test for this? (such that the test fails before the change, of course) |
@user202729 so basically you want me to add the test cases and before and after input and output, am I right buddy? |
@user202729 is referring to this from the developer guide:
|
You didn't add any tests or change the documentation yet. Please do not mark these tasks as being done until you've completed them. And for future contributions, not all of these are relevant for every PR. You only need to check off the items relevant to the PR, and you should not check them off until you've completed them. |
Documentation preview for this PR (built with commit a7be917; changes) is ready! 🎉 |
I don't think making a change is consistent with the documentation, which says:
I think the current behaviour matches the documentation, so if the behaviour is changed, then I think there needs to be a different explanation of what this function is doing. |
@vincentmacri @DaveWitteMorris Can you please guide me , what to do now? . Sorry for taking your valuable time , but it means a lot for me. Thank you : ) . |
Start with looking through https://doc.sagemath.org/html/en/developer/. In particular this: https://doc.sagemath.org/html/en/developer/coding_basics.html#the-docstring-of-a-function-content You are trying to fix #39406, which reports an instance of mathematically incorrect output involving this function. Bug fixes in Sage must be accompanied by a doctest showing that they are fixed with a link to the fixed issue (see the developer guide section on docstrings that I linked for how to do that). This is what @user202729 asked you to do. @DaveWitteMorris pointed out that the current docstring for the |
Yes, that is what I meant, but after looking at the issue more closely, I need to change my story. See this comment on the original issue. |
Fixes Rising Factorial
Fixed Rising Factorial Function Implementation.
Fixes #39406
📝 Checklist
⌛ Dependencies