Skip to content

Commit

Permalink
addressing comments from pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
HolEv authored Oct 12, 2023
1 parent 235171c commit 95bbf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeprvat/data/dense_gt.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def transform_data(self):
else:
raise ValueError(f"Unknown y_transformation: {self.y_transformation}")
else:
logger.warning("Not tranforming phenotype")
logger.warning("Not transforming phenotype")

def setup_annotations(
self,
Expand Down

0 comments on commit 95bbf35

Please sign in to comment.