You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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__)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: