scipp / ess

European Spallation Source facility bespoke, neutron scattering tools based on scipp.
https://scipp.github.io/ess/
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

No longer import all submodules at the top level of the `ess` package #102

Closed nvaytet closed 2 years ago

nvaytet commented 2 years ago

With these changes, when doing import ess, we are no longer importing all the submodules (amor, reflectometry, wfm). We now rely on simply doing from ess import amor or import ess.sans as sans.

Fixes #98