Skip to content

[tune] [no_early_kickoff] Fix OrderedDict import. - #33709

Merged
xwjiang2010 merged 3 commits into
ray-project:masterfrom
xwjiang2010:hotfix2
Mar 25, 2023
Merged

[tune] [no_early_kickoff] Fix OrderedDict import.#33709
xwjiang2010 merged 3 commits into
ray-project:masterfrom
xwjiang2010:hotfix2

Conversation

@xwjiang2010

@xwjiang2010 xwjiang2010 commented Mar 25, 2023

Copy link
Copy Markdown
Contributor

Why are these changes needed?

Remove OrderedDict import.

Related issue number

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

@matthewdeng

Copy link
Copy Markdown
Contributor

Haha I created a separate PR with the same thing here: #33705... let me know which one you want to merge.

Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com>
Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com>
@xwjiang2010 xwjiang2010 changed the title [tune] Remove OrderedDict import from py3.6. [tune] [no_early_kickoff] Fix OrderedDict import. Mar 25, 2023
@xwjiang2010
xwjiang2010 merged commit 689cf9b into ray-project:master Mar 25, 2023
elliottower pushed a commit to elliottower/ray that referenced this pull request Apr 22, 2023
* fix `OrderedDict` in `experimental/output.py`

Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com>

* revert the try except catch in tune/tuner

Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com>

---------

Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com>
Signed-off-by: elliottower <elliot@elliottower.com>
ProjectsByJackHe pushed a commit to ProjectsByJackHe/ray that referenced this pull request May 4, 2023
* fix `OrderedDict` in `experimental/output.py`

Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com>

* revert the try except catch in tune/tuner

Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com>

---------

Signed-off-by: xwjiang2010 <xwjiang2010@gmail.com>
Signed-off-by: Jack He <jackhe2345@gmail.com>
@xwjiang2010
xwjiang2010 deleted the hotfix2 branch July 26, 2023 19:52
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