Skip to content

Commit

Permalink
Removed unnecessary blank lines from perm_groups.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Makelov committed Jul 27, 2012
1 parent 565e34a commit 3ad1c91
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sympy/combinatorics/perm_groups.py
Expand Up @@ -605,7 +605,6 @@ def basic_stabilizers(self):
"""


if self._coset_repr == []:
self.schreier_sims()
strong_gens = self._strong_gens
Expand Down Expand Up @@ -834,7 +833,6 @@ def schreier_sims(self):
self._transversals = transversals
self._basic_orbits = basic_orbits


def coset_decomposition(self, g):
"""
Decompose `g` as h_0*...*h_{len(u)}
Expand Down Expand Up @@ -1581,7 +1579,6 @@ def is_subgroup(self, gr):
return False
return True


def __ne__(self, gr):
return not self == gr

Expand Down Expand Up @@ -2031,7 +2028,6 @@ def max_div(self):
self._max_div = d
return d


def is_primitive(self, randomized=True):
"""
Test a group for primitivity.
Expand Down Expand Up @@ -2409,6 +2405,7 @@ def baseswap(self, base, strong_gens, pos, randomized=True,\
strong_gens_new.append(gen)
return base_new, strong_gens_new


def DirectProduct(*groups):
"""
Returns the direct product of several groups as a permutation group.
Expand Down

0 comments on commit 3ad1c91

Please sign in to comment.