Update step size dtypes #87
Labels
enhancement
New feature or request
refactoring
A change that improves the codebase but doesn't necessarily introduce a new feature
In #86, I updated the step size dtypes to int64, but I imagine it would be better to perform that conversion somewhere within AeHMC; however, I don't know the best place for that at the moment.
@rlouf, if you get a minute, tell me where you think an
astype
could be performed so that users can specify int32 and avoid thoseScan
casting issues.Originally posted by @brandonwillard in #86 (comment)
The text was updated successfully, but these errors were encountered: