Skip to content

Commit

Permalink
set overwrite option to True
Browse files Browse the repository at this point in the history
  • Loading branch information
aribalam committed Mar 22, 2021
1 parent f942315 commit 6f1820a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis/tests/test_tardis_full_formal_integral.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def runner(
"spectrum",
"spectrum_integrated",
]
simulation.runner.to_hdf(tardis_ref_data, "", self.name)
simulation.runner.to_hdf(tardis_ref_data, "", self.name, overwrite=True)
pytest.skip("Reference data was generated during this run.")

@pytest.fixture(scope="class")
Expand Down

0 comments on commit 6f1820a

Please sign in to comment.