ignore argparse from example for tests

This commit is contained in:
William Falcon 2019-07-24 17:26:40 -04:00
parent 63ce8af27c
commit 56997a0622
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class LightningTemplateModel(LightningModule):
return self._test_dataloader
@staticmethod
def add_model_specific_args(parent_parser, root_dir):
def add_model_specific_args(parent_parser, root_dir): # pragma: no cover
"""
Parameters you define here will be available to your model through self.hparams
:param parent_parser: