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.
=======================================================
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)