Skip to content

Commit

Permalink
Fix to_hdf arguments in test_integration.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vg3095 committed Aug 9, 2017
1 parent 4e531df commit be54bb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tardis/tests/integration_tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ def setup(self, request, reference, data_path, pytestconfig):
pytest.skip(
'Reference data {0} does exist and tests will not '
'proceed generating new data'.format(ref_data_path))
self.result.to_hdf(path_or_buf=ref_data_path,
suffix_count=False)
self.result.to_hdf(file_path=ref_data_path)
pytest.skip("Reference data saved at {0}".format(
data_path['gen_ref_path']
))
Expand Down

0 comments on commit be54bb6

Please sign in to comment.