Skip to content

Commit

Permalink
np.float to np.float64
Browse files Browse the repository at this point in the history
  • Loading branch information
BM32ESRF committed Apr 12, 2024
1 parent 949f2b1 commit 61a7755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LaueTools/scripts/scripts_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_GetProximity():
shufflenexp = np.random.permutation(nexp)

TwicethetaChi = np.ascontiguousarray(
np.random.randint(40, high=140, size=(2, 20)), dtype=np.float
np.random.randint(40, high=140, size=(2, 20)), dtype=np.float64
)

data_theta = TwicethetaChi[0] / 2.0
Expand Down

0 comments on commit 61a7755

Please sign in to comment.