Skip to content

Python api: Fix inconsistency in shapes for 2d array accessors

PIACENTINI Andrea requested to merge hotfix_api_module into main

Since the introduction of the DOUBLE_BLOCK var type for 2D arrays (e.g. for tracers), the reshaping functions aren't working.

Merge request reports