Skip to content

Commit

Permalink
change a file name
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkjack123 committed Mar 20, 2019
1 parent 3654f45 commit 7704193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_source_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def try_rm_file(filename):
return lambda: os.remove(filename) if os.path.exists(filename) else None


@with_setup(None, try_rm_file('tet.h5m'))
@with_setup(None, try_rm_file('sampling_mesh.h5m'))
def test_single_hex_tag_names_map():
"""This test tests uniform sampling within a single hex volume element.
This is done by dividing the volume element in 4 smaller hex and ensuring
Expand Down

0 comments on commit 7704193

Please sign in to comment.