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

[bugfix] qa tests - KeyError: 'num_cores' #1152

Merged
merged 2 commits into from
Jul 28, 2023
Merged

Commits on Jul 28, 2023

  1. [bugfix] qa tests - KeyError: 'num_cores'

    if num_cores is not an explicit kwarg of a bucketing pipeline it will trigger a key error on the changed line. this PR uses `.get` to default the value to `None` (this is the expected default of `Context`)
    bfineran committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    93bae7b View commit details
    Browse the repository at this point in the history
  2. add num_streams as well

    bfineran committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    535069b View commit details
    Browse the repository at this point in the history