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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

prune ecosystem example #5085

Merged
merged 7 commits into from
Dec 17, 2020
Merged

prune ecosystem example #5085

merged 7 commits into from
Dec 17, 2020

Conversation

Borda
Copy link
Member

@Borda Borda commented Dec 11, 2020

What does this PR do?

Adding dotest to examples ecosystem to make sure that they can instantiate... follow-up #5079
UPDATE: After talking with @tchaton we'll move this to the Geometry repo :]
added copyright and logos

Before submitting

  • Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
  • 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? Otherwise, we ask you to create a separate PR for every change.
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests?
  • Did you verify new and existing tests pass locally with your changes?
  • If you made a notable change (that affects users), did you update the CHANGELOG?

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; Bugfixes should be including in bug-fix release milestones (m.f.X) and features should be included in (m.X.b) releases.

Did you have fun?

Make sure you had fun coding 馃檭

@Borda Borda added bug Something isn't working ci Continuous Integration refactor labels Dec 11, 2020
@Borda Borda added this to the 1.1.x milestone Dec 11, 2020
@pep8speaks
Copy link

pep8speaks commented Dec 11, 2020

Hello @Borda! Thanks for updating this PR.

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

Comment last updated at 2020-12-17 08:25:12 UTC

@Borda Borda changed the title draft add doctests for example 3/n ecosystem Dec 11, 2020
@Borda Borda added example and removed bug Something isn't working labels Dec 11, 2020
@Borda Borda mentioned this pull request Dec 11, 2020
@Borda Borda mentioned this pull request Dec 11, 2020
11 tasks
@Borda Borda requested a review from tchaton December 11, 2020 12:52
@Borda Borda marked this pull request as ready for review December 11, 2020 13:02
@Borda Borda mentioned this pull request Dec 11, 2020
11 tasks

def nice_print(msg, last=False):
print()
print("\033[0;35m" + msg + "\033[0m")
Copy link
Contributor

Choose a reason for hiding this comment

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

We should try to find Pytorch Lightning color for terminal

@mergify mergify bot requested a review from a team December 12, 2020 14:55
@Borda Borda added the ready PRs ready to be merged label Dec 13, 2020
Copy link
Member

@awaelchli awaelchli left a comment

Choose a reason for hiding this comment

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

you may need to update the PR title

@Borda Borda changed the title add doctests for example 3/n ecosystem prune ecosystem example Dec 17, 2020
@codecov
Copy link

codecov bot commented Dec 17, 2020

Codecov Report

Merging #5085 (8f4ea15) into master (405a840) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master   #5085   +/-   ##
======================================
  Coverage      93%     93%           
======================================
  Files         134     134           
  Lines        9928    9928           
======================================
  Hits         9242    9242           
  Misses        686     686           

@Borda Borda merged commit a94f662 into master Dec 17, 2020
@Borda Borda deleted the tests/doctest-ecosystem branch December 17, 2020 09:21
awaelchli pushed a commit that referenced this pull request Dec 18, 2020
* draft

* wip

* CI

* drop pl geometry

* copy

* logo
Borda added a commit that referenced this pull request Dec 23, 2020
* draft

* wip

* CI

* drop pl geometry

* copy

* logo
Borda added a commit that referenced this pull request Dec 29, 2020
* draft

* wip

* CI

* drop pl geometry

* copy

* logo
Borda added a commit that referenced this pull request Jan 4, 2021
* draft

* wip

* CI

* drop pl geometry

* copy

* logo
Borda added a commit that referenced this pull request Jan 4, 2021
* draft

* wip

* CI

* drop pl geometry

* copy

* logo
Borda added a commit that referenced this pull request Jan 5, 2021
* draft

* wip

* CI

* drop pl geometry

* copy

* logo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration example ready PRs ready to be merged refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants