Skip to content

Commit

Permalink
Update dense_gt.py (#56)
Browse files Browse the repository at this point in the history
bugfix (had forgotten to remove sample_file = none) but the sample file is needed during cv training
  • Loading branch information
HolEv committed Mar 1, 2024
1 parent 4d9ef64 commit 1356ed2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deeprvat/data/dense_gt.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def __init__(
cache_matrices: bool = False,
verbose: bool = False,
):
sample_file = None # TODO delete this!
if verbose:
logger.setLevel(logging.DEBUG)
else:
Expand Down

0 comments on commit 1356ed2

Please sign in to comment.