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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mocking loggers (part 2, neptune) #3617

Merged
merged 8 commits into from
Oct 5, 2020
Merged

Mocking loggers (part 2, neptune) #3617

merged 8 commits into from
Oct 5, 2020

Conversation

awaelchli
Copy link
Contributor

@awaelchli awaelchli commented Sep 23, 2020

Comes after #3596

When mocking neptune, I found that it actually does not support multi gpu currently.
This should get fixed in #3256 to avoid creating experiments when calling logger.name or logger.version

@awaelchli awaelchli added the ci Continuous Integration label Sep 23, 2020
@codecov
Copy link

codecov bot commented Sep 23, 2020

Codecov Report

Merging #3617 into master will increase coverage by 7%.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master   #3617    +/-   ##
=======================================
+ Coverage      83%     91%    +7%     
=======================================
  Files         115     109     -6     
  Lines        8924    8080   -844     
=======================================
- Hits         7425    7318   -107     
+ Misses       1499     762   -737     

@Borda
Copy link
Member

Borda commented Sep 30, 2020

@awaelchli is this ready? :]

@awaelchli awaelchli marked this pull request as ready for review October 4, 2020 21:05
@mergify mergify bot requested a review from a team October 4, 2020 21:06
@@ -1,7 +1,6 @@
# extended list of package dependencies to reach full functionality

# TODO: this shall be removed as we mock them in tests
neptune-client>=0.4.109
Copy link
Contributor Author

Choose a reason for hiding this comment

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

neptune install removed here.

@williamFalcon williamFalcon merged commit e0f8505 into master Oct 5, 2020
@Borda Borda deleted the tests/mock-neptune branch October 5, 2020 06:12
@Borda Borda added this to the 0.10.0 milestone Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants