Skip to content

Commit

Permalink
mitosis shape and dynamics
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed Nov 26, 2023
1 parent aeddc4d commit 03cf480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/napatrackmater/Trackvector.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def plot_mitosis_times(self, full_dataframe, save_path=""):
all_split_data.append(data)

np.save(
f"{save_path}_{column}_data_at_mitosis_time.npy", data
f"{save_path}_data_at_mitosis_time.npy", all_split_data
)

def get_shape_dynamic_feature_dataframe(self):
Expand Down

0 comments on commit 03cf480

Please sign in to comment.