← Back to team overview

yade-dev team mailing list archive

[Bug 1805416] [NEW] incompatible types in functions and predicates

 

Public bug reported:

Affects: every built from source after [1].

Yade stable:

Yade [4]: pred=PredicateIntersection(inAlignedBox((-1,-1,-1),(1,0,0)),inAlignedBox((-0.5,-0.5,-0.5),(1,1,1)))
Yade [5]: bodyNumInteractionsHistogram(pred.aabb())
 ->  [5]: ([], []) 

After 7c60d78 [1]:

---------------------------------------------------------------------------
ArgumentError                             Traceback (most recent call last)
/home/3S-LAB/bchareyre/yade/bin/yade-fresh in <module>()
----> 1 bodyNumInteractionsHistogram(pred.aabb())

ArgumentError: Python argument types in
    yade._utils.bodyNumInteractionsHistogram(tuple)
did not match C++ signature:
    bodyNumInteractionsHistogram(boost::python::list aabb) 


[1]
https://github.com/yade/trunk/commit/7c60d78bd9badfa174fb79a82af7b119abf81d5d

** Affects: yade
     Importance: Critical
     Assignee: Bruno Chareyre (bruno-chareyre)
         Status: New

** Changed in: yade
   Importance: Undecided => Critical

** Changed in: yade
     Assignee: (unassigned) => Bruno Chareyre (bruno-chareyre)

-- 
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1805416

Title:
  incompatible types in functions and predicates

Status in Yade:
  New

Bug description:
  Affects: every built from source after [1].

  Yade stable:

  Yade [4]: pred=PredicateIntersection(inAlignedBox((-1,-1,-1),(1,0,0)),inAlignedBox((-0.5,-0.5,-0.5),(1,1,1)))
  Yade [5]: bodyNumInteractionsHistogram(pred.aabb())
   ->  [5]: ([], []) 

  After 7c60d78 [1]:

  ---------------------------------------------------------------------------
  ArgumentError                             Traceback (most recent call last)
  /home/3S-LAB/bchareyre/yade/bin/yade-fresh in <module>()
  ----> 1 bodyNumInteractionsHistogram(pred.aabb())

  ArgumentError: Python argument types in
      yade._utils.bodyNumInteractionsHistogram(tuple)
  did not match C++ signature:
      bodyNumInteractionsHistogram(boost::python::list aabb) 


  [1]
  https://github.com/yade/trunk/commit/7c60d78bd9badfa174fb79a82af7b119abf81d5d

To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1805416/+subscriptions


Follow ups