Skip to content

Commit ea726ca

Browse files
committed
removed comment about streams
1 parent 0126820 commit ea726ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/weathergen/datasets/masking.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def mask_source(
7171
)
7272

7373
# Handle the special case where all tokens are masked
74-
# NOTE: not going to handle different streams correctly.
7574
if rate == 1.0:
7675
token_lens = [len(t) for t in tokenized_data]
7776
self.perm_sel = [np.ones(l, dtype=bool) for l in token_lens]

0 commit comments

Comments
 (0)