Skip to content

Commit

Permalink
Remove artifacts variable in datamodule
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanCrabbe committed Dec 19, 2023
1 parent f593ac3 commit 781961a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fdiff/dataloaders/datamodules.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ def __init__(
self.y_train: Optional[torch.Tensor] = None
self.X_test = torch.Tensor()
self.y_test: Optional[torch.Tensor] = None
self.feature_mean: Optional[torch.Tensor] = None
self.feature_std: Optional[torch.Tensor] = None

def prepare_data(self) -> None:
if not self.data_dir.exists():
Expand Down

0 comments on commit 781961a

Please sign in to comment.