Skip to content

Commit

Permalink
add umap to analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed Nov 3, 2023
1 parent d4ae7f9 commit 61784d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/napatrackmater/Trackvector.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ def unsupervised_clustering(
shape_dynamic_track_array.shape[0]
== shape_track_array.shape[0]
== dynamic_track_array.shape[0]
), "Shape dynamic, shape and dynamic track arrays must have the same length"
), "Shape dynamic, shape and dynamic track arrays must have the same length."
if shape_dynamic_track_array.shape[0] > 1:
(
shape_dynamic_covariance,
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 = "4.4.3"
__version_tuple__ = version_tuple = (4, 4, 3)
__version__ = version = "4.4.5"
__version_tuple__ = version_tuple = (4, 4, 5)

0 comments on commit 61784d7

Please sign in to comment.