-
Notifications
You must be signed in to change notification settings - Fork 48
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
Pytests fails - random seed error - mac os X 10.10.5 #10
Comments
Hi, The package has never been tested on OS X (nor is it actually possible using any kind of free CI service) and I have no way of reproducing this. I may have an idea of the problem, I'll see what I can do. |
I am getting the same errors under Ubuntu 14.04 Vagrant box.
Looks like we should merge two issues: https://github.com/arthurmensch/modl/issues/11: |
I was able to fix ValueError by adding to modl/utils/randomkit/random_fast.pyx
Due we have a long integer init value for seed in sampler.pyx Now I am getting only:
Any ideas how to deal with this ? Or just ignore it ? |
Can you try it again on master ? Thanks ! |
@nicofarr are you using python 2xx or python 3xx. The code only works for py3 AFAIK. |
Hi,
Indeed, it only works with Python 3.x ! It now works here both on Os X
10.10.5 as well.
Thx,
Best
Nico
…On Fri, Jun 2, 2017 at 10:57 AM, DOHMATOB Elvis ***@***.***> wrote:
@nicofarr <https://github.com/nicofarr> are you using python 2xx or
python 3xx. The code only works for py3 AFAIK.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACgk8UgiGvMwf8iYGE6EIYxKb7EYeiGlks5r_86QgaJpZM4L3nLh>
.
|
Installation seems to work all the way, up to :
py.test --pyargs modl
I've uploaded the logfile,
modl_tests_log.txt
Thanks
Nico
The text was updated successfully, but these errors were encountered: