Skip to content

Rework dtypes with additional concepts and fixes#582

Open
arcondello wants to merge 2 commits into
dwavesystems:mainfrom
arcondello:dtypes-rework
Open

Rework dtypes with additional concepts and fixes#582
arcondello wants to merge 2 commits into
dwavesystems:mainfrom
arcondello:dtypes-rework

Conversation

@arcondello

@arcondello arcondello commented Jul 10, 2026

Copy link
Copy Markdown
Member

Closes #406

AI Generation Disclosure

No AI used. I asked ChatGPT to review the code, which resulted in dc512a1

@arcondello arcondello requested a review from wbernoudy July 10, 2026 21:57
@arcondello arcondello added bug Something isn't working enhancement New feature or request labels Jul 10, 2026
signedshort_ = 'h',
signedlong_ = 'l',
signedlonglong_ = 'Q',
signedlonglong_ = 'q',

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

There isn't really a good test I can do for this because we don't currently expose this stuff to the Python level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect format character

1 participant