Skip to content

Commit

Permalink
added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
younik committed Jan 15, 2025
1 parent 4ee6987 commit fe9713c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gfn/preprocessors.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def preprocess(self, states) -> torch.Tensor:

class GraphPreprocessor(Preprocessor):
def __init__(self) -> None:
super().__init__(-1)
super().__init__(-1) # TODO: review output_dim API

def preprocess(self, states: GraphStates) -> TensorDict:
return states.tensor

0 comments on commit fe9713c

Please sign in to comment.