Skip to content

Commit

Permalink
fix: include providers
Browse files Browse the repository at this point in the history
  • Loading branch information
jokasimr committed Oct 25, 2023
1 parent 43566e8 commit 3d32c6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/essreflectometry/amor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import scipp as sc
from scipp.constants import g

from ..reflectometry import providers as reflectometry_providers
from ..reflectometry.types import Run
from . import beamline, calibrations, conversions, load, normalize, resolution, tools

Expand All @@ -15,6 +16,7 @@

providers = list(
chain(
reflectometry_providers,
load.providers,
calibrations.providers,
conversions.providers,
Expand Down

0 comments on commit 3d32c6a

Please sign in to comment.