Skip to content

FIX: random.draw: Replace random_sample with random#503

Merged
mmcky merged 1 commit intomasterfrom
fix-random-draw
Sep 3, 2019
Merged

FIX: random.draw: Replace random_sample with random#503
mmcky merged 1 commit intomasterfrom
fix-random-draw

Conversation

@oyamad
Copy link
Copy Markdown
Member

@oyamad oyamad commented Sep 2, 2019

Fix #502

This is a bug of Numba 0.45.0-0.45.1, which has been fixed by numba/numba#4431 on Numba master. It will take some time to be released, so use random in place of random_sample.

@oyamad oyamad added the ready label Sep 2, 2019
@mmcky
Copy link
Copy Markdown
Contributor

mmcky commented Sep 3, 2019

thanks @oyamad. Do we need to open an issue to return this to random_sample in the future?

@mmcky mmcky merged commit 35215de into master Sep 3, 2019
@mmcky mmcky deleted the fix-random-draw branch September 3, 2019 00:04
@oyamad
Copy link
Copy Markdown
Member Author

oyamad commented Sep 3, 2019

No, I guess these are just equivalent (one is an alias of the other, if I understand correctly).

@mmcky
Copy link
Copy Markdown
Contributor

mmcky commented Sep 3, 2019

OK - great. Thanks @oyamad

@mmcky mmcky mentioned this pull request Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Tests] Errors with numba=0.45.1

2 participants