NeuralEnsemble / python-neo

Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats
http://neo.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
325 stars 248 forks source link

Added unit test to check whether channels that contain data are ident… #1552

Closed nikhilchandra closed 2 months ago

nikhilchandra commented 2 months ago

…ified correctly when loading a PL2 file.

nikhilchandra commented 2 months ago

This may have failed because it depends on the acceptance of my previous pull request. Sorry if I should have waited until the other one was accepted.

https://github.com/NeuralEnsemble/python-neo/pull/1551

samuelgarcia commented 2 months ago

Merci beaucoup

zm711 commented 2 months ago

This may have failed because it depends on the acceptance of my previous pull request. Sorry if I should have waited until the other one was accepted.

That's fine. We can review that one first and merge this one later. Not a biggie.

zm711 commented 2 months ago

I'm going to update the branch and then if tests pass after that I'll merge.

nikhilchandra commented 2 months ago

Thanks @zm711. I was trying to get my Linux box set up to run the test locally, sorry for the delay in response. Glad everything seems to work now.