Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
Flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesring committed Dec 15, 2016
1 parent 7469780 commit 4b09868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/test_reference_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def test_reference_normal_vert(cell, normals):
assert np.allclose(normals[facet_number],
cell.compute_reference_normal(vert_dim, facet_number))


if __name__ == '__main__':
import os
pytest.main(os.path.abspath(__file__))

0 comments on commit 4b09868

Please sign in to comment.