Skip to content

Improve grid construction from dict

Martin Nolte requested to merge feature/improve-grid-construction-from-dict into master

Grid construction from a Python dict contained two flaws:

  • the data type of the numpy array was not checked
  • cube construction did not copy all vertex numbers

This merge request fixes both issues.

Merge request reports