Skip to content

Commit

Permalink
nm
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed Jul 8, 2024
1 parent 674c014 commit 6305486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/napatrackmater/Trackmate.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ def __init__(
self.oneat_csv_file = oneat_csv_file
self.oneat_threshold_cutoff = oneat_threshold_cutoff
self.latent_features = latent_features
if channel_xml_path is None:
self.channel_xml_path = os.path.dirname(self.xml_path)
if image is not None:
self.image = image.astype(np.uint8)
else:
Expand Down
4 changes: 2 additions & 2 deletions src/napatrackmater/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = version = "5.3.1"
__version_tuple__ = version_tuple = (5, 3, 1)
__version__ = version = "5.3.2"
__version_tuple__ = version_tuple = (5, 3, 2)

0 comments on commit 6305486

Please sign in to comment.