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

[refactor] Make subroutines of _do_traditional to clarify the workflow #167 #171

Commits on Apr 12, 2021

  1. [refactor] Separate processing inside BaseTask._search() function

    Since the readability of the function was quite bad,
    I separated the processing.
    I mostly copied and pasted the original processing and
    checked if we can run some examples.
    nabenabe0928 committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    7186348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff1d7d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec1a508 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49c7d3a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. [fix] Fix a condition

    nabenabe0928 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    1cd189d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a203d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a96ba53 View commit details
    Browse the repository at this point in the history
  4. [fix] Fix mypy issues

    nabenabe0928 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    8cffabe View commit details
    Browse the repository at this point in the history
  5. [fix] Fix flake8 issues

    nabenabe0928 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    f17b543 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    ab42b57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2df88a4 View commit details
    Browse the repository at this point in the history