getfem-commits
[Top][All Lists]
Advanced

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

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


From: Tetsuo Koyama
Subject: [Getfem-commits] please merge branch devel-tetsuo-fix_test_error
Date: Mon, 22 Oct 2018 03:57:21 +0900

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]