Skip to content

Commit

Permalink
Edit docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandra <[email protected]>
  • Loading branch information
alexhernandezgarcia and AlexandraVolokhova authored Nov 28, 2023
1 parent 6141b57 commit 660d5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gflownet/utils/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def get_parents_indices(self):
Returns the indices of the parents of the states in the batch.
Each i-th item in the returned list contains the index in self.states that
contains the parent of self.states[idx], if it is peresent there. If a parent
contains the parent of self.states[i], if it is present there. If a parent
is not present in self.states (because it is the source), the index is -1.
Returns
Expand Down

0 comments on commit 660d5ef

Please sign in to comment.