TGSAI / mdio-python

Cloud native, scalable storage engine for various types of energy data.
https://mdio.dev/
Apache License 2.0
35 stars 13 forks source link

Add sparsity check override #285

Closed markspec closed 1 year ago

markspec commented 1 year ago

Enable sparsity check to be ignored. When environment variable: MDIO_IGNORE_CHECKS=True Exception for sparse grids is ignore. This can lead to poor performance so should be used with care.

Resolves #284