Skip to content

Commit

Permalink
bug fix (remove broken debugging code)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfclarke committed May 17, 2024
1 parent 0a25ffd commit ccb92c1
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 @@ -112,7 +112,7 @@ def __init__(
else:
logger.setLevel(logging.INFO)

self.check_samples = True # TODO undo
self.check_samples = False # NOTE: Set to True for debugging
self.split = split
self.train_dataset = train_dataset
self.chromosomes = (
Expand Down

0 comments on commit ccb92c1

Please sign in to comment.