Skip to content
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

Fix AsPartialPerm method for transformations #1036

Merged
merged 1 commit into from
Jan 3, 2017

Conversation

james-d-mitchell
Copy link
Contributor

Please make sure that this pull request:

  • is submitted to the correct branch (the stable branch is only for bugfixes)
  • contains an accurate description of changes for the release notes below
  • provides new tests or relies on existing ones
  • correctly refers to other issues and related pull requests

Tick all what applies to this pull request

  • Adds new features
  • Improves and extends functionality
  • Fixes bugs that could lead to crashes
  • Fixes bugs that could lead to incorrect results
  • Fixes bugs that could lead to break loops

Write below the description of changes (for the release notes)

The previous method was written when transformations had a fixed degree,
and was incorrect when applied to a degree-less transformation (i.e. all
transformations in GAP since GAP 4.7).

The method, related tests and doc, for AsPartialPerm of a transformation
(and no further args) were removed. It is not very clear what such a
method should do.

The previous method was written when transformations had a fixed degree,
and was incorrect when applied to a degree-less transformation (i.e. all
transformations in GAP since GAP 4.7).

The method, related tests and doc, for AsPartialPerm of a transformation
(and no further args) were removed. It is not very clear what such a
method should do.
@codecov-io
Copy link

Current coverage is 49.57% (diff: 0.00%)

Merging #1036 into master will increase coverage by 0.01%

@@             master      #1036   diff @@
==========================================
  Files           424        424          
  Lines        223277     223264    -13   
  Methods        3430       3430          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits         110656     110689    +33   
+ Misses       112621     112575    -46   
  Partials          0          0          

Powered by Codecov. Last update 4ff9b38...6673c11

@fingolfin
Copy link
Member

This seems sensible to me.

@fingolfin fingolfin merged commit 4a2e56b into gap-system:master Jan 3, 2017
@olexandr-konovalov olexandr-konovalov added this to the GAP 4.9.0 milestone Jan 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants