Skip to content

Commit 3d23f7d

Browse files
committed
rm call
1 parent 56abbfd commit 3d23f7d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

torch_sim/models/interface.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,6 @@ def forward(self, state: SimState | StateDict, **kwargs) -> dict[str, torch.Tens
169169
```
170170
"""
171171

172-
@abstractmethod
173-
def __call__(*args, **kwargs) -> dict[str, torch.Tensor]:
174-
"""Where the input is fed into the model. This is to help typecheckers."""
175-
176172

177173
def validate_model_outputs( # noqa: C901, PLR0915
178174
model: ModelInterface, device: torch.device, dtype: torch.dtype

0 commit comments

Comments
 (0)