Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Fix loading of histogram data for slide scans #9

Description

@adamltyson

For some reason, slide scans fail when loading the histogram summaries. A fix to skip this step is added at

try:
self.histogram_summary = np.load(
self._histogram_summary_filename,
mmap_mode=mmap_mode,
)
except ValueError:
self.histogram_summary = None

Metadata

Metadata

Assignees

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