Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: do not repeat data types #24

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

tacaswell
Copy link
Member

Noticed this while porting to PDF / upstream

Need to verify that the enum name is correct.

Noticed this while porting to PDF / upstream
Copy link
Member

@mrakitin mrakitin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it something that could help?

In[3]: np.dtype('<f8')
Out[3]: dtype('float64')

@tacaswell tacaswell marked this pull request as draft February 17, 2022 19:49
@tacaswell
Copy link
Member Author

No, this is mapping values that come from an EPICS enum -> numpy dtypes. In principle we could parse / automatically do it, but I think that is this case a hard-coded map is easier.

That said, I also fixed this locally when I addressed a different issues they were having so this fix is in their local repo (if not pushed) so lets hold off on merging this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants