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

ragged array disables error checking erroneiously #36

Open
justinrporter opened this issue May 3, 2017 · 0 comments
Open

ragged array disables error checking erroneiously #36

justinrporter opened this issue May 3, 2017 · 0 comments
Assignees
Labels

Comments

@justinrporter
Copy link
Collaborator

justinrporter commented May 3, 2017

When using the array/lengths format for building a RaggedArray, error checking is disabled on arrays that have total size 20k or greater, rather than first dimension 20k or greater.

Additionally, the warning here is put into the root logger, it should use a logger associated with its file. To do this, add the following to the beginning of the file:

logger = logging.getLogger(__name__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants