Skip to content
Snippets Groups Projects
Verified Commit 454b3a2a authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

allow `seed: string` in `inbreeding inspect`

parent 29d2a3c1
No related branches found
No related tags found
1 merge request!126support proper 32-byte RNG seeds
Pipeline #5307 passed
This commit is part of merge request !126. Comments created here will be created in the context of that merge request.
......@@ -5,7 +5,7 @@ def get-seeds [] [ nothing -> list<string> ] {
$consts.CACHE | path join '*' | into glob | ls $in | get name | each { path split | last }
}
export def main [seed: int@get-seeds]: [
export def main [seed: string@get-seeds]: [
nothing -> table<
seed: string,
timestamp: string,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment