Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
154 changes: 0 additions & 154 deletions src/ess/reduce/data.py

This file was deleted.

17 changes: 17 additions & 0 deletions src/ess/reduce/data/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
"""Data files bundled with ESSreduce.

This module requires the Pooch package which is not a hard dependency of ESSreduce.
It has to be installed separately with either pip or conda.
"""

from ._registry import Entry, LocalRegistry, PoochRegistry, Registry, make_registry

__all__ = [
'Entry',
'LocalRegistry',
'PoochRegistry',
'Registry',
'make_registry',
]
Loading
Loading