Skip to content

Commit

Permalink
Add GWEncoderLinear to __all__ in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bdvllrs committed Mar 6, 2024
1 parent 3a3f1e0 commit a2a0b20
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -19,6 +19,7 @@
from shimmer.modules.gw_module import (
GWDecoder,
GWEncoder,
GWEncoderLinear,
GWModule,
GWModuleBase,
VariationalGWEncoder,
Expand Down Expand Up @@ -65,6 +66,7 @@
"DomainModule",
"GWDecoder",
"GWEncoder",
"GWEncoderLinear",
"VariationalGWEncoder",
"GWModuleBase",
"GWModule",
Expand Down
2 changes: 2 additions & 0 deletions shimmer/modules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from shimmer.modules.gw_module import (
GWDecoder,
GWEncoder,
GWEncoderLinear,
GWModule,
GWModuleBase,
VariationalGWEncoder,
Expand Down Expand Up @@ -51,6 +52,7 @@
"DomainModule",
"GWDecoder",
"GWEncoder",
"GWEncoderLinear",
"VariationalGWEncoder",
"GWModuleBase",
"GWModule",
Expand Down

0 comments on commit a2a0b20

Please sign in to comment.