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

Split parameter_values into fixed & variable parameters in batchrunner #393

Merged
merged 8 commits into from
Jul 9, 2017

Commits on Jul 7, 2017

  1. Configuration menu
    Copy the full SHA
    228e743 View commit details
    Browse the repository at this point in the history
  2. Test adjustment

    devforfu authored and rht committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    ad6be4d View commit details
    Browse the repository at this point in the history
  3. Fix params and kwargs support

    devforfu authored and rht committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    2d21ace View commit details
    Browse the repository at this point in the history
  4. Add small refactors, fixes for batch runner, and test suite

    - Some common functionality factored out into separate method
    - New mock model for test suit
    - A default list argument in StagedActivation init replaced with None
    
    Fix PEP8 syntax
    devforfu authored and rht committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    b7d279d View commit details
    Browse the repository at this point in the history
  5. Fix coverage fall

    devforfu authored and rht committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    378fecb View commit details
    Browse the repository at this point in the history
  6. Clean up variables; fix parameters handling

    njvrzm authored and rht committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    7473050 View commit details
    Browse the repository at this point in the history
  7. Clean up examples and documentations to reflect explicit params

    Updating the examples and documentation, and fixing the bug that
    disregarded numpy sequences.
    dmasad authored and rht committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    92bfcf3 View commit details
    Browse the repository at this point in the history
  8. Fix test_visualization param bug

    rht committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    364ad70 View commit details
    Browse the repository at this point in the history