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

Should be able to seed Scaper generation for reproducibility #54

Merged
merged 3 commits into from
Feb 3, 2020

Commits on Jan 30, 2020

  1. adding TODOs

    pseeth committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    43ff378 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. Added ability to seed Scaper objects for reproduciblity. (+19 squashe…

    …d commits)
    
    Squashed commits:
    [b149f03] editied comment on test
    [0cac882] unit test for set_random_state, deepcopy for the seed, updated docs
    [8c056bd] adding to changelog
    [ac702f3] adding reset stuff and adjusting tutorial
    [932b7a6] edited docs, minor alteration to _check_random_state
    [15086e9] make subheading for seed in tutorial
    [323de90] small docs edit
    [0b0d62b] updating docs
    [6b7d7f3] merged master and passing tests for seeding
    [aee24f9] removing duplicates in choose
    [ede4e9f] adding warning, removing duplicates
    [bfa2a5a] whoops, left a random!
    [6ee5a1f] updated test case
    [e0e51b4] addressed naming and got rid of TODOs
    [c407807] updating gitignore to not keep .DS_Store on mac
    [519307c] editing to make merge easier
    [0a1c3cf] editing a bit of style
    [552bf79] added and passed tests for seeding - works!
    [622b969] implemented seeding, passes current test cases but not new ones yet
    pseeth committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    55519b0 View commit details
    Browse the repository at this point in the history
  2. fixing docstring

    pseeth committed Feb 2, 2020
    Configuration menu
    Copy the full SHA
    ea948cf View commit details
    Browse the repository at this point in the history