-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Implement cluster algebras using the Parent-Element framework #21254
Comments
Commit: |
Branch: public/ticket/21254 |
Dependencies: #19538 |
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
I have just launched my own patchbot on the ticket. There are some missing empty lines, for example here
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:11
I just fixed that; thank you for catching it. Is there any automatic way to check that the code adhere to all the conventions? On a different topic: there has been a discussion on sage-devel on the best way |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:67
+Missing doctests in algebras/cluster_algebra.py: 74 / 75 = 98% |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:69
Thank you for catching this Frédéric. I hope I added the test in the right place. |
comment:70
Branch does no longer apply.. This has waited long enough.. If you rebase, I will run my bot, and give a positive review if some bot gives a green light and no other issue arise. |
Branch pushed to git repo; I updated commit sha1. This was a forced push. Last 10 new commits:
|
comment:72
Thank you Frédéric. I just rebased to the current develop and now it builds cleanly on my machine. Tests seems ok so far. I am starting my patchbot to run overnight. |
comment:73
ok, let it be |
Reviewer: Frédéric Chapoton |
comment:75
On 32-bit:
|
comment:76
On 64-bit it works. Which is the correct way to doctest hash functions |
comment:77
Copy and paste Volker's output with |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:79
Done, thanks. I am setting this back to positive review because I do not have a 32-bit machine to test. |
Changed branch from public/ticket/21254 to |
This module uses structural results from "Cluster algebras IV" to implement cluster algebras as a subobject of
LaurentPolynomialRing_generic
.It provides a new class
ClusterAlgebra
, and two new auxiliary classesClusterAlgebraSeed
andClusterAlgebraElement
.Depends on #22160
CC: @sagetrac-gmoose05 @sagetrac-drupel @stumpc5 mdpressland@bath.edu @tscrim @egunawan
Component: algebra
Keywords: cluster algebras, SageDays64.5, days79
Author: Dylan Rupel, Salvatore Stella
Branch/Commit:
389cdc9
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/21254
The text was updated successfully, but these errors were encountered: