-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
GAP3 does not have IsIdenticalObject #19795
Comments
comment:2
So GAP3 has
@anneschilling For now you should be able to make that one line change mentioned above to |
comment:3
Hi!
There already is a separate class for GAP3 which inherits from def _identical_function(self):
return "IsIdenticalObj" and then have it overridden in |
Commit: |
Branch: public/interfaces/fix_gap3-19795 |
Author: Travis Scrimshaw, Janoš Vidali |
comment:4
Replying to @jaanos:
Good; let us use that.
I think it should be a class-level attribute instead of a method because it speed cost and a method is IMO somewhat overkill (because no work is done). Anne, can you check to see if this works? New commits:
|
comment:5
Replying to @tscrim:
With this branch applied, I still get an error
I will be traveling for at least 15 hours now and won't have any internet on the plane .... |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
Whoops. I put it in the wrong place. Try it now. Have a great flight! |
comment:8
Replying to @tscrim:
Yes, now it works!
|
comment:9
Can we consider that a positive review then? |
Reviewer: Anne Schilling |
Changed keywords from none to gap |
comment:12
Replying to @tscrim:
Thank you for fixing this! Happy New Year! |
Changed branch from public/interfaces/fix_gap3-19795 to |
Looks like a regression introduced in #19585. Reported at https://groups.google.com/d/msg/sage-devel/MrXp43v3WP4/ju2LwTuvBAAJ
CC: @jaanos @tscrim @anneschilling
Component: packages: standard
Keywords: gap
Author: Travis Scrimshaw, Janoš Vidali
Branch/Commit:
efdffd5
Reviewer: Anne Schilling
Issue created by migration from https://trac.sagemath.org/ticket/19795
The text was updated successfully, but these errors were encountered: