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

offshoot gen_test_data() from very long generate_data() #15

Merged
merged 2 commits into from
Jun 24, 2024

Commits on Jun 24, 2024

  1. offshoot gen_test_data() from very long generate_data()

    Function generate_data() is huge and messy. Refactor it.
    Move code around `json.dump` to gen_test_data()
    because it is under loop
    `for instruction_data_entry in instruction_data`
    by accidentally.
    
    Code is just moved, without internal changes.
    
    Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
    makelinux authored and russellb committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    883bb54 View commit details
    Browse the repository at this point in the history
  2. offshoot gen_train_data() from very long generate_data()

    Function generate_data() is huge and messy.
    
    Refactor it.
    
    Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
    makelinux authored and russellb committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c0f7320 View commit details
    Browse the repository at this point in the history