MartinHeroux / spike2py

spike2py provides a simple interface to analyse and visualise data
GNU General Public License v3.0
12 stars 8 forks source link

Interface #38

Closed MartinHeroux closed 4 years ago

bbelderbos commented 4 years ago

This is more or less what I had the other day right? Thanks for merging in fast, I will pull and debug the import-exposes-too-much issue ...

MartinHeroux commented 4 years ago

Yes, pretty much as you had it.

I feel that, with the clock ticking in my 10 weeks under your guidance, I don't want to was much time on these type of issues, which is why I am moving forward on other stuff. But when things slow down after PDM, I would like to solve this one if possible. It would be great to limit what is exposed to the end user (possible in python), and also be able to run a test suite (current not working with pytest).

Let me know if you figure anything out or come across a relevant post/article.

bbelderbos commented 4 years ago

Yep good you work on other stuff if you get stuck on something. Seems underscore does the trick, see here: https://github.com/MartinHeroux/spike2py/pull/37