Skip to content

Multifile Datasets don't work with cache key generation #166

@david-sh-csiro

Description

@david-sh-csiro

When generating cache keys on a multifile dataset an error is encountered when trying to hash the data_array encoding dtype.

Line 1976 - hash_string(hash, data_array.encoding['dtype'].name) , KeyError: 'dtype'

Presumably the multifile datasets just don't have an dtype encoding set for some reason.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions