Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Fix IndentationError in setup.py #16857

Merged
merged 1 commit into from
Nov 20, 2019
Merged

Conversation

zachgk
Copy link
Contributor

@zachgk zachgk commented Nov 20, 2019

Description

Fix the setup.py file indentation error in CD (http:https://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/restricted-mxnet-cd%2Fmxnet-cd-release-job/detail/mxnet-cd-release-job/186/pipeline).

@samskalicky @vrakesh @lanking520

Checklist

Essentials

Please feel free to remove inapplicable items for your PR.

  • Changes are complete (i.e. I finished coding on this PR)
  • All changes have test coverage:
  • Unit tests are added for small changes to verify correctness (e.g. adding a new operator)
  • Nightly tests are added for complicated/long-running ones (e.g. changing distributed kvstore)
  • Build tests will be added for build configuration changes (e.g. adding a new build option with NCCL)
  • Code is well-documented:
  • For user-facing API changes, API doc string has been updated.
  • For new C++ functions in header files, their functionalities and arguments are documented.
  • For new examples, README.md is added to explain the what the example does, the source of the dataset, expected performance on test set and reference to the original paper if applicable
  • Check the API doc at https://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-$PR_ID/$BUILD_ID/index.html
  • To the my best knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change

@zachgk zachgk requested a review from szha as a code owner November 20, 2019 00:08
Copy link
Contributor

@samskalicky samskalicky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zachgk zachgk merged commit 55fe7c5 into apache:master Nov 20, 2019
@zachgk zachgk deleted the setupIndexError branch December 3, 2019 00:28
@leezu
Copy link
Contributor

leezu commented Apr 29, 2020

Following this PR, headers are only copied on OSX platform, which doesn't make any sense. @zachgk what's your intention here?

@leezu
Copy link
Contributor

leezu commented Apr 29, 2020

cc @lanking520 @vrakesh and @samskalicky who approved this

@leezu
Copy link
Contributor

leezu commented Apr 29, 2020

You should look at the context that introduced the indentation error to see how to fix it

017f6fa#diff-e1b66bb36e566bfd108d2ef312defbd9

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants