Skip to content

Commit

Permalink
remove generated .json files from test to avoid lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Aug 15, 2024
1 parent 4f87a89 commit 7f7b037
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18,273 deletions.
4 changes: 4 additions & 0 deletions tests/fv_mesh_mapping_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ def test_mesh_parse() -> None:
write_finite_volume_smoothed_vtk_grid_and_index_data(
cytosol_vismesh, "cytosol", test_data_dir / "cytosol.vtu", test_data_dir / "cytosol.json"
)
if (test_data_dir / "plasma_membrane.json").exists():
(test_data_dir / "plasma_membrane.json").unlink()
if (test_data_dir / "cytosol.json").exists():
(test_data_dir / "cytosol.json").unlink()
Loading

0 comments on commit 7f7b037

Please sign in to comment.