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

Move proposals should match the dtype of original input #484

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Move proposals should match the dtype of original input #484

merged 1 commit into from
Oct 17, 2023

Conversation

emprice
Copy link
Contributor

@emprice emprice commented Oct 17, 2023

This PR addresses #483 for the WalkMove and DESnookerMove classes by replacing np.empty with np.empty_like, so the same datatype as the input walker positions is used in new proposals.

@dfm
Copy link
Owner

dfm commented Oct 17, 2023

Thanks!!

@dfm dfm merged commit 3520bf0 into dfm:main Oct 17, 2023
11 of 12 checks passed
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