Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Handle unsigned integers in data#333

Merged
ariddell merged 1 commit intostan-dev:developfrom
ariddell:feature/issue-303
May 1, 2017
Merged

Handle unsigned integers in data#333
ariddell merged 1 commit intostan-dev:developfrom
ariddell:feature/issue-303

Conversation

@ariddell
Copy link
Copy Markdown
Contributor

@ariddell ariddell commented May 1, 2017

_split_data now handles unsigned integers (e.g., numpy.uint8)
by converting them into integers.

Thanks to @tyarkoni for the report and @ahartikainen for the suggested
fix.

Closes #303

_split_data now handles unsigned integers (e.g., numpy.uint8)
by converting them into integers.

Thanks to @tyarkoni for the report and @ahartikainen for the suggested
fix.

Closes #303
@ariddell
Copy link
Copy Markdown
Contributor Author

ariddell commented May 1, 2017

CI tests pass, hit a timeout.

@ariddell ariddell closed this May 1, 2017
@ariddell ariddell reopened this May 1, 2017
@ariddell ariddell merged commit c6ad85d into stan-dev:develop May 1, 2017
@ariddell ariddell deleted the feature/issue-303 branch May 1, 2017 23:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

_split_data doesn't handle unsigned integers

1 participant