← Back to team overview

yade-dev team mailing list archive

[Bug 1805416] Re: incompatible types in functions and predicates

 

Fixed in [1] by reverting 7c60d78.
Please fix and recommit when everything is secured.

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

** Changed in: yade
       Status: New => Fix Released

-- 
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:
  Fix Released

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


References