Skip to content

change: add super() call in Local Mode DataSource subclasses #1443

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

Merged
merged 1 commit into from
Apr 27, 2020

Conversation

laurenyu
Copy link
Contributor

Issue #, if available:

Description of changes:
This is to address Pylint's W0231 (super-init-not-called)

Testing done:
tox -e pylint

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

  • I have read the CONTRIBUTING doc
  • I used the commit message format described in CONTRIBUTING
  • I have passed the region in to any/all clients that I've initialized as part of this change.
  • I have updated any necessary documentation, including READMEs and API docs (if appropriate)

Tests

  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have checked that my tests are not configured for a specific region or account (if appropriate)
  • I have used unique_name_from_base to create resource names in integ tests (if appropriate)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This is to address Pylint's W0231 (super-init-not-called)
@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@sagemaker-bot
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@laurenyu laurenyu merged commit b8b1891 into aws:master Apr 27, 2020
@laurenyu laurenyu deleted the pylint branch April 27, 2020 19:24
benieric pushed a commit to benieric/sagemaker-python-sdk that referenced this pull request Jun 4, 2024
…L changes. (aws#1443)

* Add XGB Benchmarker unit test and data files. Also minor changes to traffic pattern config and ungated model id.

* Fix comment.

* Add function to download or get s3 location of concurrency-metric CSV from s3.

* bug fix: handle case in benchmark_job.wait() when logStream hasn't been created yet.

* Update LOGISTIC_GROWTH with 256 user step size, and max users of 2048. Modify default imports.

* Add Benchmarker integ test for JumpStart Model + public tokenizer.

* JS model + private tokenizer + streaming integ test. HF model + public tokenizer + methodology integ test. Use tempfile lib for reading benchmarking results CSV instead of downloading and removing local CSV.

* Add documentation for Benchmarker-related classes.

* Remove trailing whitespace.

---------

Co-authored-by: Joseph Zhang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants