Skip to content

Commit

Permalink
fix(seeding): Save seed state by default
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Jun 27, 2024
1 parent 092ef0d commit 268ade1
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 268ade1

Please sign in to comment.