modelarrayio.storage.h5_storage.resolve_dtype

modelarrayio.storage.h5_storage.resolve_dtype(storage_dtype)[source]

Resolve a storage dtype to a supported NumPy floating type.

Parameters:

storage_dtype (str) – Storage dtype.

Returns:

Supported NumPy floating type.

Return type:

numpy.dtype