Skip to content

Commit

Permalink
Update test_zmoments.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jiadongdan committed Sep 20, 2024
1 parent 4ab897a commit a19cc14
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mtflearn/features/test_zmoments.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ def test_non_integer_inputs():
with pytest.raises(ValueError):
nm2j(2, 0.5)

def test_string_inputs():
"""Test function with string inputs, should raise TypeError."""
with pytest.raises(TypeError):
nm2j('2', '0')

def test_large_array_inputs():
"""Test function with large array inputs."""
n_values = np.arange(0, 100)
Expand Down

0 comments on commit a19cc14

Please sign in to comment.