INM-6 / swan

Swan (Sequential Waveform Analyzer) is an open-source graphical tool for tracking single units across multiple sessions of electrophysiological data that was recorded using chronically implanted microelectrode arrays.
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

removed redundant file #8

Closed kloss-o closed 3 years ago

kloss-o commented 3 years ago

At the moment it seems SWAN is executed using the file swan/app/start.py. However there was also a file that was called swan/run.py but it seems outdated.

I suspect that run.py is no longer needed and I suggest to remove it for clarity.

shashwatsridhar commented 3 years ago

You're absolutely right @kloss-o, that is indeed a redundant file. It should be perfectly alright to remove it.

shashwatsridhar commented 3 years ago

Congratulations on your first merged pull request! :D

kloss-o commented 3 years ago

@shashwatsridhar Thank you :D