Skip to content

Commit

Permalink
feat: pre-commit fixes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MicPie committed Feb 8, 2024
1 parent 36853f2 commit ee54965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/text_sampling/text_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ def __getitem__(self, sample_idx: int, template_idx: int = None):

def apply_sampling(
self, template_idx: int = None, class_balanced: bool = True
): ## todo: set class_balanced to False !!!
): # TODO: set class_balanced to False !!!
"""Applies the sampling to the entire data frame."""
if template_idx is not None and class_balanced is True:
# create a copy of the original self.df to restore self.df after class balanced sampling
Expand Down

0 comments on commit ee54965

Please sign in to comment.