Skip to content

Conversation

@MattPainter01
Copy link
Contributor

Fixes #909

I've added a test too, let me know if it's unnecessary.


def test_testpass_overrides(tmpdir):
hparams = tutils.get_hparams()
from pytorch_lightning.utilities.debugging import MisconfigurationException
Copy link
Collaborator

Choose a reason for hiding this comment

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

this can be loaded at the beginning of the file

Copy link
Collaborator

@Borda Borda left a comment

Choose a reason for hiding this comment

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

I thought that we do not require tests...

@williamFalcon williamFalcon merged commit 6b667b1 into Lightning-AI:master Feb 25, 2020
@Borda Borda added this to the 0.6.1 milestone Feb 25, 2020
@Borda
Copy link
Collaborator

Borda commented Feb 25, 2020

This is breaking master, it shall be fixed... @MattPainter01?

@Borda Borda added bug Something isn't working need fix labels Feb 25, 2020
@Borda Borda mentioned this pull request Feb 25, 2020
@williamFalcon williamFalcon mentioned this pull request Feb 25, 2020
tullie pushed a commit to tullie/pytorch-lightning that referenced this pull request Apr 3, 2020
* Fix test requiring both test_step and test_end

* Add test

Co-authored-by: William Falcon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test pass shouldn't require both test_step and test_end

3 participants