Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Nov 6, 2023
1 parent 8b95f20 commit 65c93e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elephant/test/test_current_source_density.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_kcsd2d_init(self):
self.assertEqual(result.sampling_rate, 1000 * pq.Hz)
self.assertEqual(len(result.times), 1)


class GenerateLfpTestCase(unittest.TestCase):
@classmethod
def setUpClass(cls) -> None:
Expand Down

0 comments on commit 65c93e0

Please sign in to comment.