Suspicious order of indices #2

Closed
opened 2020-04-22 11:44:11 +02:00 by usov_i · 0 comments
usov_i commented 2020-04-22 11:44:11 +02:00 (Migrated from gitlab.psi.ch)

Created by: ivan-usov

https://github.com/paulscherrerinstitute/pyzebra/blob/master/pyzebra/xtal.py#L373-L374

Should it be rather:

iN=box[1]
j0=box[2]

?

*Created by: ivan-usov* https://github.com/paulscherrerinstitute/pyzebra/blob/master/pyzebra/xtal.py#L373-L374 Should it be rather: ```python iN=box[1] j0=box[2] ``` ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: zebra/pyzebra#2
No description provided.