Skip to content

Commit 8e550db

Browse files
committed
Function names should be all lowercase
1 parent fcb70cf commit 8e550db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imcflibs/imagej/trackmate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def spot_filtering(
231231
return settings
232232

233233

234-
def sparseLAP_tracker(settings):
234+
def sparse_lap_tracker(settings):
235235
"""
236236
Create a Sparse LAP Tracker with default settings. Necessary for trackmate to run
237237
Parameters

0 commit comments

Comments
 (0)