Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkilic committed Apr 8, 2024
1 parent b9c0c16 commit c7a6def
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2666,14 +2666,17 @@ def calculate_depolarized_base(trace_name, interp=True):

numpy.testing.assert_allclose(depolarized_base, py_dep_base, rtol=1e-3)


def test_depolarized_base():
"""Test depolarized base with standard data."""
calculate_depolarized_base('mean_frequency1', interp=True)


def test_depolarized_base_outlier():
"""Test depolarized base with outlier data."""
calculate_depolarized_base('mean_frequency2', interp=False)


def test_AP_duration():
"""basic: Test AP duration"""

Expand Down

0 comments on commit c7a6def

Please sign in to comment.