Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdviviano committed Mar 4, 2025
1 parent 2e9b035 commit 96394d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/gfn/states.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ def batch_shape(self, batch_shape: tuple[int, ...]) -> None:

@classmethod
def from_batch_shape(
cls, batch_shape: int | tuple[int, ...], random: bool = False, sink: bool = False
cls,
batch_shape: int | tuple[int, ...],
random: bool = False,
sink: bool = False,
) -> States | GraphStates:
"""Create a States object with the given batch shape.
Expand Down

0 comments on commit 96394d7

Please sign in to comment.