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

Codecov #1179

Merged
merged 13 commits into from
Mar 18, 2020
Merged

Codecov #1179

merged 13 commits into from
Mar 18, 2020

Conversation

bmartinn
Copy link
Contributor

Fix Trains CI fails
Add TrainsLogger.set_credentials to control trains server configuration / authentication

@Borda Borda merged commit d2e8a65 into Lightning-AI:codecov Mar 18, 2020
@@ -12,7 +12,10 @@ def test_trains_logger(tmpdir):

hparams = tutils.get_hparams()
model = LightningTestModel(hparams)
logger = TrainsLogger(project_name="lightning_log", task_name="pytorch lightning test")
TrainsLogger.set_credentials(api_host='http://integration.trains.allegro.ai:8008',
Copy link
Member

Choose a reason for hiding this comment

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

does it mean that we cannot run this offline?

williamFalcon pushed a commit that referenced this pull request Mar 19, 2020
* ignore in setup

* show report

* abs imports

* abstract pass

* cover loggers

* doctest trains

* locals

* pass

* revert tensorboard

* use tensorboardX

* revert tensorboardX

* fix trains

* Add TrainsLogger.set_credentials (#1179)

* Add TrainsLogger.set_credentials to control trains server configuration and authentication from code. Sync trains package version.
Fix CI Trains tests

* Add global TrainsLogger set_bypass_mode (#1187)

* Add global TrainsLogger set_bypass_mode skips all external communication

Co-authored-by: bmartinn <>

* rm some no-cov

Co-authored-by: Martin.B <51887611+bmartinn@users.noreply.github.com>
tullie pushed a commit to tullie/pytorch-lightning that referenced this pull request Apr 3, 2020
* ignore in setup

* show report

* abs imports

* abstract pass

* cover loggers

* doctest trains

* locals

* pass

* revert tensorboard

* use tensorboardX

* revert tensorboardX

* fix trains

* Add TrainsLogger.set_credentials (Lightning-AI#1179)

* Add TrainsLogger.set_credentials to control trains server configuration and authentication from code. Sync trains package version.
Fix CI Trains tests

* Add global TrainsLogger set_bypass_mode (Lightning-AI#1187)

* Add global TrainsLogger set_bypass_mode skips all external communication

Co-authored-by: bmartinn <>

* rm some no-cov

Co-authored-by: Martin.B <51887611+bmartinn@users.noreply.github.com>
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.

2 participants