← Back to team overview

yade-dev team mailing list archive

Re: checkTestTriax.py

 

On 02/07/14 19:35, Anton Gladky wrote:
> 2014-07-02 18:33 GMT+02:00 Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>:
>> There is a real difference.
>> The TriaxialTest of the "generate" tab in gui also behaves differently:
>> vertical compression will never start. A quick look at the code didn't
>> allow me to spot a problem.
>> I suspect different versions of functions like min/max may be used, but
>> I'm clueless overall.
>> Scarry. I'll let you know if I understand a thing.
> Bruno, I have reverted that commit. That is a real something strange.
> Even some interactions are skipped. Strange.
abs() is everywhere, no surprise if it breaks badly to use abs(int) when
it should be abs(double).
It is maybe worth another try after fixing this abs() issue, since it a
good move overall. Up to you.

B



Follow ups

References