Skip to content

Commit

Permalink
Add test to _init_ to test pdoc variable documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs committed Mar 5, 2024
1 parent 59628e3 commit 48a06b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shimmer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@
RawDomainGroupsDT,
RawDomainGroupsT,
RawDomainGroupT,
test,
)
from shimmer.version import __version__

__all__ = [
"__version__",
"test",
"LatentsDomainGroupDT",
"LatentsDomainGroupsDT",
"LatentsDomainGroupsT",
Expand Down

0 comments on commit 48a06b2

Please sign in to comment.