Skip to content

Commit

Permalink
class ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed Dec 27, 2023
1 parent f20188d commit 151fcb6
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 @@ -728,7 +728,7 @@ def create_training_tracklets(
global_shape_dynamic_dataframe: pd.DataFrame,
t_minus=None,
t_plus=None,
class_ratio=1.5,
class_ratio=1,
):
training_tracklets = {}
subset_dividing = global_shape_dynamic_dataframe[
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.6.6"
__version_tuple__ = version_tuple = (4, 6, 6)
__version__ = version = "4.6.7"
__version_tuple__ = version_tuple = (4, 6, 7)

0 comments on commit 151fcb6

Please sign in to comment.