ivoflipse / Pawlabeling

Tool for processing and analyzing pressure measurements
Other
18 stars 1 forks source link

Update the tables module #136

Closed ivoflipse closed 10 years ago

ivoflipse commented 10 years ago

Pytables got updated to a new version that makes the API PEP8 compliant.

So I have to run 2to3.py on the code to make sure my API changes accordingly

ivoflipse commented 10 years ago

Apparently it was called pt2to3.py, but anyway I ran it on table.py and everything seems fine.

Here's a link to their docs just in case I need it again: https://pytables.github.io/MIGRATING_TO_3.x.html

I also ran 2to3.py on it, which changes the Python code from 2 to 3, perhaps I should do that on my entire code base.

Anyway. this should be fixed