Skip to content

Commit

Permalink
unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed May 7, 2024
1 parent 2ceabb5 commit 28798ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/deeprvat/test_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,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 28798ac

Please sign in to comment.