You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is a bad idea because if you change of version in IC and SF2 this is not tracked in spikesorters.
I think the best option would to have a file version.m inside your code that would contain the version as a string:
version = "5.0.8"
This file could be parse on the fly and so the version would dynamic from source code.
What do you think ?
Best
Samuel
The text was updated successfully, but these errors were encountered:
Hi James,
At the moment
python spikesorters.print_sorter_version()
give
but the version is har coded inside the class
this is a bad idea because if you change of version in IC and SF2 this is not tracked in spikesorters.
I think the best option would to have a file version.m inside your code that would contain the version as a string:
This file could be parse on the fly and so the version would dynamic from source code.
What do you think ?
Best
Samuel
The text was updated successfully, but these errors were encountered: