#18237: upgrade to pynac-0.3.5
-------------------------------------+-------------------------------------
       Reporter:  rws                |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.7
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:  Ralf Stephan       |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:  u/rws/pynac035     |  c5ac7dcca650cef95ed65cfb77c51b111fd80193
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by behackl):

 `MAKE="make -j4" make ptestlong` gives

 {{{
 ----------------------------------------------------------------------
 sage -t --long --warn-long 81.8 src/sage/combinat/dyck_word.py  # 1
 doctest failed
 ----------------------------------------------------------------------
 }}}

 The doctest fails with

 {{{
 sage -t --long --warn-long 81.8 src/sage/combinat/dyck_word.py
 **********************************************************************
 File "src/sage/combinat/dyck_word.py", line 3501, in
 sage.combinat.dyck_word.DyckWords_size.__init__
 Failed example:
     TestSuite(DyckWords(4,2)).run()
 Expected nothing
 Got:
     Failure in _test_enumerated_set_iter_cardinality:
     Traceback (most recent call last):
       File "/home/behackl/Programming/sage-6.7.beta1/local/lib/python2.7
 /site-packages/sage/misc/sage_unittest.py", line 282, in run
         test_method(tester = tester)
       File "/home/behackl/Programming/sage-6.7.beta1/local/lib/python2.7
 /site-packages/sage/categories/finite_enumerated_sets.py", line 462, in
 _test_enumerated_set_iter_cardinality
         tester.assert_(isinstance(card, Integer))
       File
 "/home/behackl/Programming/sage-6.7.beta1/local/lib/python/unittest/case.py",
 line 422, in assertTrue
         raise self.failureException(msg)
     AssertionError: False is not true
     ------------------------------------------------------------
     The following tests failed: _test_enumerated_set_iter_cardinality
 **********************************************************************
 1 item had failures:
    1 of   2 in sage.combinat.dyck_word.DyckWords_size.__init__
     [574 tests, 1 failure, 2.98 s]
 }}}

 This happened two times. However, when testing the respective file
 manually:
 {{{
 sage -t --long --warn-long 81.8 src/sage/combinat/dyck_word.py
     [574 tests, 0.95 s]
 ----------------------------------------------------------------------
 All tests passed!
 ----------------------------------------------------------------------
 }}}

 So this only seems to occur for `make ptestlong`.

 Additionally, as I've not run `make ptestlong` on a clean install of
 `6.7.beta1` yet, I'm not even sure if this is related to Pynac at all.
 I'll do so and report back...

--
Ticket URL: <http://trac.sagemath.org/ticket/18237#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to