Skip to content

Commit

Permalink
now that 1007 is closed, add vgraph to the test suite (which now fails)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb5d committed Jul 14, 2024
1 parent f0c35dc commit ad6e662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tests_ecg_findpeaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ def _read_csv_column(csv_name, column):
csv_data = pd.read_csv(csv_path, header=None)
return csv_data[column].to_numpy()

#vgraph is not included because it currently causes CI to fail (issue 1007)

@pytest.mark.parametrize("method",["neurokit", "pantompkins", "nabian", "gamboa",
"slopesumfunction", "wqrs", "hamilton", "christov",
"engzee", "manikandan", "elgendi", "kalidas",
"martinez", "rodrigues",])
"martinez", "rodrigues", "vgraph"])
def test_ecg_findpeaks_all_methods_handle_empty_input(method):
method_func = _ecg_findpeaks_findmethod(method)
# The test here is implicit: no exceptions means that it passed,
Expand Down

0 comments on commit ad6e662

Please sign in to comment.