Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New custom seed column of the plan #947

Closed
8 tasks done
wlandau opened this issue Jul 17, 2019 · 1 comment
Closed
8 tasks done

New custom seed column of the plan #947

wlandau opened this issue Jul 17, 2019 · 1 comment

Comments

@wlandau
Copy link
Member

wlandau commented Jul 17, 2019

Prework

Description

Supports #945 (see later in the thread).

  • plan$seed should supersede drake's automatic seeds, even when a global seed is set in make().
  • We should also cast the seed to an integer before storing it.
  • Show the seed in drake_history().
  • We need a new seed trigger, e.g. trigger(seed = TRUE).
  • deps_profile() should show the seeds.
  • Allow users to change the global seed since now it simply invalidates targets.
@wlandau
Copy link
Member Author

wlandau commented Jul 17, 2019

Fixed via #949

@wlandau wlandau closed this as completed Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant