From 7aa0c2b180d2e8ef66cb6a8f10805cc71e4736a7 Mon Sep 17 00:00:00 2001
From: qiancheng xu <q.xu@fz-juelich.de>
Date: Tue, 25 Jun 2019 16:26:05 +0200
Subject: [PATCH] np.linspace is used in master_ini file

---
 Utest/makeini.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Utest/makeini.py b/Utest/makeini.py
index a2be5ef5..52a3a0c6 100644
--- a/Utest/makeini.py
+++ b/Utest/makeini.py
@@ -8,6 +8,7 @@ import sys
 import time
 import itertools
 import numpy as np
+from numpy import linspace
 from shutil import copy2, rmtree, move
 
 try:
-- 
GitLab