Skip to content

Commit

Permalink
remove suspicious tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandBERTINJOHANNET committed Oct 22, 2024
1 parent 666ded5 commit 06953a9
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 1,385 deletions.
3 changes: 0 additions & 3 deletions shimmer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
GlobalWorkspace2Domains,
GlobalWorkspaceBase,
SchedulerArgs,
batch_broadcasts,
batch_cycles,
batch_demi_cycles,
batch_translations,
Expand All @@ -33,14 +32,12 @@
translation,
)
from shimmer.modules.losses import (
BroadcastLossCoefs,
GWLosses2Domains,
GWLossesBase,
LossCoefs,
combine_loss,
)
from shimmer.modules.selection import (
RandomSelection,
SelectionBase,
SingleDomainSelection,
)
Expand Down
3 changes: 0 additions & 3 deletions shimmer/modules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
GlobalWorkspace2Domains,
GlobalWorkspaceBase,
SchedulerArgs,
batch_broadcasts,
batch_cycles,
batch_demi_cycles,
batch_translations,
Expand All @@ -27,14 +26,12 @@
translation,
)
from shimmer.modules.losses import (
BroadcastLossCoefs,
GWLosses2Domains,
GWLossesBase,
LossCoefs,
combine_loss,
)
from shimmer.modules.selection import (
RandomSelection,
SelectionBase,
SingleDomainSelection,
)
Expand Down
Loading

0 comments on commit 06953a9

Please sign in to comment.