Skip to content

Commit

Permalink
fix(seeding): Save seed state by default (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeratyoy committed Jun 28, 2024
2 parents 5cdc624 + 268ade1 commit 3a28758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neps/utils/_rng.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def use(
cls,
path: Path,
*,
update_on_exit: bool = False,
update_on_exit: bool = True,
) -> Iterator[SeedState]:
"""Context manager to use a seed state.
Expand Down

0 comments on commit 3a28758

Please sign in to comment.