Skip to content

Conversation

@Borda
Copy link
Collaborator

@Borda Borda commented Mar 5, 2021

What does this PR do?

Fixes #<issue_number>

Before submitting

  • Was this discussed/approved via a GitHub issue? (not for typos and docs)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you make sure to update the documentation with your changes? (if necessary)
  • Did you write any new necessary tests? (not for typos and docs)
  • Did you verify new and existing tests pass locally with your changes?
  • Did you update the CHANGELOG? (not for typos, docs, test updates, or internal minor changes/refactorings)

PR review

Anyone in the community is free to review the PR once the tests have passed.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:

  • Is this pull request ready for review? (if not, please submit in draft mode)
  • Check that all items from Before submitting are resolved
  • Make sure the title is self-explanatory and the description concisely explains the PR
  • Add labels and milestones (and optionally projects) to the PR so it can be classified

Did you have fun?

Make sure you had fun coding 🙃

@pep8speaks
Copy link

pep8speaks commented Mar 5, 2021

Hello @Borda! Thanks for updating this PR.

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2021-03-06 12:03:00 UTC

@codecov
Copy link

codecov bot commented Mar 5, 2021

Codecov Report

Merging #6363 (d733027) into master (4f391bc) will decrease coverage by 47%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #6363     +/-   ##
========================================
- Coverage      93%     46%    -47%     
========================================
  Files         161     161             
  Lines       11464   11353    -111     
========================================
- Hits        10706    5273   -5433     
- Misses        758    6080   +5322     

@Borda Borda added 3rd party Related to a 3rd-party bug Something isn't working ci Continuous Integration labels Mar 5, 2021
@Borda Borda marked this pull request as ready for review March 6, 2021 09:47
@Borda Borda enabled auto-merge (squash) March 6, 2021 09:51
@Borda Borda added this to the 1.2.x milestone Mar 6, 2021
@Borda Borda requested a review from ethanwharris March 6, 2021 12:12
Copy link
Contributor

@tchaton tchaton left a comment

Choose a reason for hiding this comment

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

LGTM !

@Borda Borda added the ready PRs ready to be merged label Mar 6, 2021
return sorted(options)[-1]


def main(path_req: str, torch_version: str = None) -> None:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
def main(path_req: str, torch_version: str = None) -> None:
def main(path_req: str, torch_version: Optional[str] = None) -> None:

import sys
from typing import Any, Dict

VERSIONS_LUT: Dict[str, Dict[str, Any]] = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
VERSIONS_LUT: Dict[str, Dict[str, Any]] = {
VERSIONS_LUT: Dict[str, Dict[str, str]] = {

@Borda Borda merged commit 85c8074 into master Mar 6, 2021
@Borda Borda deleted the ci/versions branch March 6, 2021 13:34
@carmocca
Copy link
Contributor

carmocca commented Mar 6, 2021

whoops, didn't realise auto-merge was enabled and I was the missing reviewer :/

@tchaton tchaton mentioned this pull request Mar 8, 2021
tchaton pushed a commit that referenced this pull request Mar 9, 2021
* adjust versions

* release

* manifest

* pep8

* CI

* fix

* build
Borda added a commit that referenced this pull request Mar 9, 2021
* adjust versions

* release

* manifest

* pep8

* CI

* fix

* build
tchaton pushed a commit that referenced this pull request Mar 9, 2021
* adjust versions

* release

* manifest

* pep8

* CI

* fix

* build
lexierule pushed a commit that referenced this pull request Mar 9, 2021
* adjust versions

* release

* manifest

* pep8

* CI

* fix

* build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3rd party Related to a 3rd-party bug Something isn't working ci Continuous Integration ready PRs ready to be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants