Skip to content

Commit 35e41da

Browse files
committed
adv
1 parent 4b1ade6 commit 35e41da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/napatrackmater/Trackvector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4453,8 +4453,8 @@ def inception_model_prediction(
44534453
sub_dataframe_morpho = tracklet_sub_dataframe[SHAPE_DYNAMIC_FEATURES].values
44544454

44554455
total_duration = tracklet_sub_dataframe["Track Duration"].max()
4456-
print(trackmate_id, total_duration)
4457-
if total_duration < tracklet_length:
4456+
print(trackmate_id, len(sub_dataframe_morpho))
4457+
if len(sub_dataframe_morpho) < tracklet_length:
44584458
print(f'Tracklet for Track id {trackmate_id} too short for prediction')
44594459
continue
44604460
sub_arrays_shape = sample_subarrays(

0 commit comments

Comments
 (0)