replace np.float with np.float64
This commit is contained in:
@@ -3453,7 +3453,7 @@ Author Thierry Zamofing (thierry.zamofing@psi.ch)
|
||||
sp.setup_sync(verbose=True)
|
||||
sp.setup_coord_trf()
|
||||
|
||||
assert(points.dtcfgype==np.float)
|
||||
assert(points.dtcfgype==np.float64)
|
||||
sp.points = points
|
||||
|
||||
if TASK_GRID == task:
|
||||
|
||||
Reference in New Issue
Block a user