-
-
Notifications
You must be signed in to change notification settings - Fork 572
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
implements parking functions #14086
Comments
comment:1
Attachment: parking_functions-dm.patch.gz Florent and Jean-Baptiste, |
This comment has been minimized.
This comment has been minimized.
comment:3
apply only trac_14086-parking_functions-dm.patch |
comment:4
Hello, there seems to be an unused import:
|
Work Issues: import |
comment:6
sorry, this was already corrected in the second patch |
comment:8
Hello, you should not use
but rather write a test that raise a ValueError Similar problem for all the other assert in your patch |
comment:11
Well, nothing works.. You have made a mistake in changing one of the assert into a test (you forgot to add a not) Please run sage -t to catch the errors, before posting patches here. |
comment:12
I made changes, run the test. I hope it is working now. |
comment:13
Hello, things are starting to look good. I upload a first review patch. |
comment:14
Attachment: trac_14086-parking-review-fc.patch.gz |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:16
Dorota, the new version of your patch does not change the /doc/en/reference/combinat/index.rst file to insert the line |
Attachment: trac_14086-parking_functions-dm.patch.gz Replying to @sagetrac-DorotaMazur:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:18
The patch trac_14086-parking-review-mz.patch makes a number of minor changes to the documentation and contains all of the changes from trac_14086-parking-review-fc.patch since it needed to rebased against the lastest version. |
Attachment: trac_14086-parking-review-mz.patch.gz |
comment:19
I think this is ready. |
Changed work issues from import to none |
Reviewer: Mike Zabrocki |
Merged: sage-5.10.beta0 |
Attachment: 14086-parking_functions_rebased.patch.gz |
Implements classes and methods related to parking functions
Apply
Depends on #8703
Depends on #14433
CC: @zabrocki @sagetrac-elixyre @hivert
Component: combinatorics
Keywords: Parking Function
Author: Dorota Mazur
Reviewer: Mike Zabrocki
Merged: sage-5.10.beta0
Issue created by migration from https://trac.sagemath.org/ticket/14086
The text was updated successfully, but these errors were encountered: