From c2d24f615ce840784e3b92425ed39b2666314588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Est=C3=A8ve?= Date: Tue, 14 Nov 2017 10:51:45 +0100 Subject: [PATCH] Fix numpy-dev build --- conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conftest.py b/conftest.py index 25275e11aa1d3..c4bed49c6df70 100644 --- a/conftest.py +++ b/conftest.py @@ -9,6 +9,6 @@ # the doctests pass import numpy as np try: - np.set_printoptions(sign='legacy') + np.set_printoptions(legacy=True) except TypeError: pass