Skip to content

Commit

Permalink
add test for nu==None
Browse files Browse the repository at this point in the history
  • Loading branch information
espdev committed Jul 19, 2020
1 parent c2ae1ec commit 75d36f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_ndg.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def test_auto_smooth_2d(ndgrid_2d_data):


@pytest.mark.parametrize('nu', [
None,
(0, 0),
(1, 1),
(2, 2),
Expand Down

0 comments on commit 75d36f0

Please sign in to comment.