-
Notifications
You must be signed in to change notification settings - Fork 188
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
AttributeError: module 'numpy' has no attribute 'float128' #44
Comments
I fixed it here: https://github.com/taxus13/wtte-rnn/tree/bugfix/float-fix-for-mkl However, some tests are failing:
|
Nice catch, did not try with MKL before! None of those test should be affected by your commit so it's a sign that they are failing due to your local environment. What's your pandas version? That could affect 1-2. Guidelines: Checkout |
I have the most recent pandas 0.23.1 It seems that master is ahead of development and I branched from master. Can you rebase develop on master? |
Done! Sorry for slow response, been afk |
Hi,
I was trying to run this example to test WTTE. However, the cell "Format tensor for training" won't execute on my machine:
I am using WinPython with
This issue suggests, that numpy compiled with MKL does not support float128.
The Mailinglist recommends to replace
np.float128
withnp.longdouble
.I can try to fix this, do you have any PR guidelines?
The text was updated successfully, but these errors were encountered: