Yuxi Long / Jaden Long

Results 3 comments of Yuxi Long / Jaden Long

@alibayeh Great fork! Works for Python 3.12 as well. For my future self and everyone else's convenience, here are the commands for copy-and-paste to install everything: ``` mkdir gtda cd...

`pip install --user` didn't work for me (log omitted since I figured out how to install without using this). **Update**: I got my installation working, so I'll leave a note...

I installed CellSeg via `pip install -e .`, edited the erroneous line ``` volume = np.reshape(volume, newshape=(1, *volume.shape)) ``` to ``` volume = np.reshape(volume, (1, *volume.shape)) ``` which should be...