Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Commit 251a322

Browse files
committed
Remove TODOs
1 parent 26f7c48 commit 251a322

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

bindings/rascal/utils/__init__.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@
1010
from .misc import is_notebook
1111

1212
# Warning potential dependency loop: FPS imports models, which imports KRR,
13-
# which imports this file again (including is_notebook() above)
13+
# which imports this file again
1414
from .fps import fps, FPSFilter
1515

16-
# TODO(max-veit) not needed...?
17-
# from ..lib import utils
16+
# function to redirect c++'s standard output to python's one
1817
from ..lib._rascal.utils import ostream_redirect
1918
from copy import deepcopy
2019
from .cur import CURFilter
2120
from .scorer import get_score, print_score
22-
23-
# function to redirect c++'s standard output to python's one
24-
# TODO(max-veit) we already have this imported...?
25-
# ostream_redirect = utils.__dict__["ostream_redirect"]

0 commit comments

Comments
 (0)