getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Getfem-commits] please merge branch devel-tetsuo-fix_test_error


From: Yves Renard
Subject: Re: [Getfem-commits] please merge branch devel-tetsuo-fix_test_error
Date: Mon, 22 Oct 2018 21:06:45 +0200 (CEST)

Dear Tetsuo,

Thank you for the fix, this is merged !

Best Regards,

Yves.

----- Original Message -----
From: "Tetsuo Koyama" <address@hidden>
To: "getfem-commits" <address@hidden>
Sent: Sunday, October 21, 2018 8:57:21 PM
Subject: [Getfem-commits] please merge branch devel-tetsuo-fix_test_error

Dear GetFEM++ Project

Following test error occured in numpy Version: 1.14.5.
We have to use np.logical_not for this case in new numpy version.
I did a regression test in Ubuntu18.10.

Best Regard Tetsuo

=======================================================
   getfem 5.3: interface/tests/python/test-suite.log
=======================================================

# TOTAL: 8
# PASS:  7
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: demo_laplacian.py
=======================

Traceback (most recent call last):
  File "./demo_laplacian.py", line 60, in <module>
    fneum = np.compress(True - ttop - tleft, flst, axis=1)
TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the
bitwise_xor, the `^` operator, or the logical_xor function instead.
FAIL demo_laplacian.py (exit status: 1)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]