Skip to content

Commit

Permalink
Remove used import and variable
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed Apr 19, 2024
1 parent a6026f3 commit 7abf4fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/deeprvat/test_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from deeprvat.data import DenseGTDataset
import yaml
from typing import Dict, Tuple
import pandas as pd
import itertools
from torch.utils.data import DataLoader
from tqdm import tqdm
Expand Down Expand Up @@ -151,7 +150,7 @@ def test_make_dataset(phenotype: str, min_variant_count: int, tmp_path: Path):
covariates_out_file = str(tmp_path / "covariates.zarr")
y_out_file = str(tmp_path / "y.zarr")
logger.info("Constructing test dataset")
test_ds = make_dataset_(
_ = make_dataset_(
False,
False,
1,
Expand Down

0 comments on commit 7abf4fe

Please sign in to comment.