Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import errors for pynwb.io.base #19

Closed
ajtritt opened this issue Mar 28, 2017 · 1 comment
Closed

Import errors for pynwb.io.base #19

ajtritt opened this issue Mar 28, 2017 · 1 comment
Labels
category: bug errors in the code or code behavior priority: high impacts proper operation or use of feature important to most users

Comments

@ajtritt
Copy link
Member

ajtritt commented Mar 28, 2017

Originally reported by: Oliver Ruebel (Bitbucket: oruebel, GitHub: oruebel)


pynwb.io.base.py imports the

from .tools.map import H5Builder
from . import type_map

I believe the import for type_map should probably be something like:

from pynwb.io.build.map import TypeMap as type_map

I'm nut sure where H5Builder has moved to and what it's new name is.


@ajtritt
Copy link
Member Author

ajtritt commented May 15, 2017

Original comment by Andrew Tritt (Bitbucket: ajtritt, GitHub: ajtritt):


This should be irrelevant now that builders and TypeMap have been pulled out into a separate package

@ajtritt ajtritt added priority: high impacts proper operation or use of feature important to most users category: bug errors in the code or code behavior labels Aug 3, 2017
@ajtritt ajtritt closed this as completed Aug 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: bug errors in the code or code behavior priority: high impacts proper operation or use of feature important to most users
Projects
None yet
Development

No branches or pull requests

1 participant