Skip to content

Commit

Permalink
fixed manual_validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
jcopperm committed Nov 21, 2024
1 parent 1d760e8 commit d0fdeb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion celltraj/trajectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -3109,7 +3109,7 @@ def manual_fate_validation(self,indcells,fate_attr,trajl_future=2,trajl_past=2,r
print(f'breaking future linkage to cell {ic_child}')
self.linSet[iS+1][self.cells_indSet[ic_child]]=-1
plt.close(fig1)
vals_tracks=np.append(vals_fate,vtrack)
vals_tracks=np.append(vals_tracks,vtrack)
vfate = input("fate validation (q to quit, -1 can't tell, 0 not fate, 1 is fate):\n")
if vfate=='q':
if save_h5:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "celltraj"
version = "0.1.62"
version = "0.1.63"
authors = [
{ name="Jeremy Copperman", email="[email protected]" },
]
Expand Down

0 comments on commit d0fdeb7

Please sign in to comment.