Skip to content

Commit

Permalink
MAINT: Rebuild example data.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson committed Aug 9, 2016
1 parent be3e039 commit 1d6ec4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Binary file modified tests/resources/example_data.tar.gz
Binary file not shown.
6 changes: 2 additions & 4 deletions tests/resources/rebuild_example_data
Expand Up @@ -164,13 +164,11 @@ def main(ctx, rebuild_input):
)

# move the new results to the expected path
# note that new_perf_path will be cleaned up dataframe_cache on
# exit.
shutil.rmtree(expected_perf_path)
shutil.copytree(new_perf_path, expected_perf_path)

with tarfile.open(example_path, 'w|gz') as tar:
tar.add(d.getpath('example_data'), 'example_data')
with tarfile.open(example_path, 'w|gz') as tar:
tar.add(d.getpath('example_data'), 'example_data')


if __name__ == '__main__':
Expand Down

0 comments on commit 1d6ec4a

Please sign in to comment.