コード例 #1
0
ファイル: test_long.py プロジェクト: sageb0t/testsage
def test_loop_1():
    """
    EXAMPLES::

        sage: from sage.libs.gap.test_long import test_loop_1
        sage: test_loop_1()
    """
    libgap.collect()
    for i in range(10000):
        G = libgap.CyclicGroup(2)
コード例 #2
0
ファイル: test_long.py プロジェクト: Babyll/sage
def test_loop_1():
    """
    EXAMPLES::

        sage: from sage.libs.gap.test_long import test_loop_1
        sage: test_loop_1()  # long time (up to 25s on sage.math, 2013)
    """
    libgap.collect()
    for i in range(10000):
        G = libgap.CyclicGroup(2)
コード例 #3
0
ファイル: test_long.py プロジェクト: BrentBaccala/sage
def test_loop_1():
    """
    EXAMPLES::

        sage: from sage.libs.gap.test_long import test_loop_1
        sage: test_loop_1()  # long time (up to 25s on sage.math, 2013)
    """
    libgap.collect()
    for i in range(10000):
        G = libgap.CyclicGroup(2)
コード例 #4
0
ファイル: test_long.py プロジェクト: sajedel/testsage
def test_loop_1():
    """
    EXAMPLES::

        sage: from sage.libs.gap.test_long import test_loop_1
        sage: test_loop_1()
    """
    libgap.collect()
    for i in range(10000):
        G = libgap.CyclicGroup(2)