Skip to content

Add error message and use case for arrays larger than 16 GB

Partially addresses #179.

  • A new use case (ex2_16) is added to show how to load large arrays into memory all at once using Compute() when the workflow does not allow chunking along dimensions to reduce the size.

  • Start() now returns an informative error message when a dataset > 16 GB is requested, instead of a segfault.

Merge request reports

Loading