chapel-lang / pychapel

pych - The Python/Chapel integration module. NOTE: This repository is now deprecated.
Apache License 2.0
16 stars 13 forks source link

Document that we need to flatten sparsely packed numpy arrays #71

Closed lydia-duncan closed 7 years ago

lydia-duncan commented 7 years ago

The documentation indicated that the translation to Chapel was simple, however in some cases the arrays need to be flattened before they can be sent to a Chapel program. Note that possibility before users run into it.

Verified that the documentation output looked okay.