replace np.float with np.float64

This commit is contained in:
2023-06-29 10:37:16 +02:00
parent 681b8f2953
commit 0a965f66ce
3 changed files with 19 additions and 19 deletions

View File

@@ -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: