#17643: Update scipy to 0.16.1
-------------------------------------+-------------------------------------
       Reporter:  jpflori            |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.10
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:  François Bissey    |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  6d59bad6f1aec57f7d0f4cb7b057a990d8ce3dcf
  u/fbissey/scipy-0.16.1             |     Stopgaps:
   Dependencies:  #17642 #19556      |
-------------------------------------+-------------------------------------

Comment (by vdelecroix):

 Just a confirmation that with the three tickets applied all tests pass
 (debian 64bits).

 Could you replace
 {{{
 if np.array_equal(vert1, tpath.vertices) and np.array_equal(code1,
 tpath.codes):
      return True
 else:
      return False
 }}}
 with
 {{{
 return np.array_equal(vert1, tpath.vertices) and np.array_equal(code1,
 tpath.codes)
 }}}
 Or there is a reason to let it as you did?

--
Ticket URL: <http://trac.sagemath.org/ticket/17643#comment:12>
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