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
It seems that newer releases of pytables have adapted PEP8 naming conventions as mentioned here. tables.openFile() should now be tables.open_file() on line 39 of hdf5_getters.py. Sorry if this is already known. I just came across it and wanted to point it out!
Should you decide to update it, there is a handy pytables tool that automatically takes care of these name changes.
The text was updated successfully, but these errors were encountered:
It seems that newer releases of pytables have adapted PEP8 naming conventions as mentioned here.
tables.openFile()
should now betables.open_file()
on line 39 ofhdf5_getters.py.
Sorry if this is already known. I just came across it and wanted to point it out!Should you decide to update it, there is a handy pytables tool that automatically takes care of these name changes.
The text was updated successfully, but these errors were encountered: