alihaydaroglu / suite3d

Fast, accurate, volumetric cell detection. Developed for Light Beads Microscopy, usable for other volumetric 2P. In development
6 stars 0 forks source link

Added back os.chdir() to demo notebook #38

Closed landoskape closed 1 year ago

landoskape commented 1 year ago

Previously the demo notebook used os.chdir() to change to the main repository path using a path string specific to ali's computer. I pushed a change that made it generic for any user:

os..path.dirname(os.path.abspath("")) # instead of os.chdir('/home/ali/packages/s2p-lbm/')

...but forgot to keep the os.chdir() part. This PR adds it back.