Skip to content

Commit

Permalink
Added printing of the input_source for missing updated outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
aloukina committed May 7, 2020
1 parent b54da20 commit c8879af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 93 deletions.
5 changes: 3 additions & 2 deletions rsmtool/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
rsmtool_test_dir = Path(__file__).absolute().parent.parent.joinpath('tests')

tools_with_input_data = ['rsmsummarize', 'rsmcompare']
tools_with_output = ['rsmtool', 'rsmeval', 'rsmsummarize', 'rsmpredict']
tools_with_output = ['rsmtool', 'rsmeval',
'rsmsummarize', 'rsmpredict']


def check_run_experiment(source,
Expand Down Expand Up @@ -1099,7 +1100,7 @@ def update_source(self,
try:
assert updated_output_path.exists()
except AssertionError:
self.missing_or_empty_sources.append(source)
self.missing_or_empty_sources.append(test_name)
return

# if the existing output path does not exist, then create it
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit c8879af

Please sign in to comment.