Skip to content
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

numpy config error #1

Open
daidai21 opened this issue Sep 22, 2019 · 3 comments
Open

numpy config error #1

daidai21 opened this issue Sep 22, 2019 · 3 comments

Comments

@daidai21
Copy link
Owner

template/Python.md

import numpy as np
np.set_printoptions(degeitems=5)
np.core.arrayprint._line_width = 80

https://blog.csdn.net/weixin_41043240/article/details/79721114

@daidai21
Copy link
Owner Author

import warnings
warnings.simplefilter(action='ignore', category=FutureWarning)
warnings.filterwarnings("ignore")  # ignore warnings

@daidai21
Copy link
Owner Author

daidai21 commented Sep 22, 2019

np.set_printoptions(degeitems=5)

param threshold=None support win, but not support ubuntu

numpy/numpy#14575

@daidai21
Copy link
Owner Author

all __init__.py file add define __all__

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant