-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
compute DOL languages #26307
Comments
Branch: u/vdelecroix/26307 |
Commit: |
comment:2
This is great! I remember almost 10 years ago, I suggested to write such a function and I remember you said it was not a good idea :P I would ask that you add an |
comment:3
I obtain two failing doctests (also reported by the patchbot report) :
|
comment:4
I am not 100% convinced that this patch is a good idea. The problem is that you might expect |
comment:7
I will be pickky, but can you use double - - ``n`` - non-negative inte
+ - ``n`` -- non-negative inte |
comment:8
One other comment, I think - return list(L)
+ return L Often, one wants to test containment and it will be stupid that the user have to do |
Reviewer: Sébastien Labbé |
comment:10
Replying to @seblabbe:
Agreed. Though |
comment:14
Thanks Sebastien! |
Changed branch from u/vdelecroix/26307 to |
<!-- Please provide a concise, informative and self-explanatory title. --> <!-- Don't put issue numbers in the title. Put it in the Description below. --> <!-- For example, instead of "Fixes #12345", use "Add a new method to multiply two integers" --> ### 📚 Description Remove the deprecated `datatype` argument in word morphisms introduced in #26307 <!-- Describe your changes here in detail. --> <!-- Why is this change required? What problem does it solve? --> <!-- If this PR resolves an open issue, please link to it here. For example "Fixes #12345". --> <!-- If your change requires a documentation PR, please link it appropriately. --> ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x ]`. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [x] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - #12345: short description why this is a dependency - #34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: #35421 Reported by: Frédéric Chapoton Reviewer(s): Sébastien Labbé, Travis Scrimshaw
With the patch
CC: @staroste @seblabbe
Component: combinatorics
Author: Vincent Delecroix
Branch/Commit:
431bee7
Reviewer: Sébastien Labbé
Issue created by migration from https://trac.sagemath.org/ticket/26307
The text was updated successfully, but these errors were encountered: