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

NWBNamespaceBuilder fails #33

Closed
ajtritt opened this issue May 22, 2017 · 1 comment
Closed

NWBNamespaceBuilder fails #33

ajtritt opened this issue May 22, 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 May 22, 2017

Originally reported by: Loren Frank (Bitbucket: lmfrnk, GitHub: Unknown)


#!python

from pynwb.spec import NWBGroupSpec, NWBNamespaceBuilder

# create a builder for the namespace
ns_builder = NWBNamespaceBuilder("Frank Laboratory NWB Extensions", "franklab", version='0.1')

fails with the following error:

Users/loren/anaconda3/bin/python /Users/loren/Src/NWB/franklabnwb/fl_extensions.py
Traceback (most recent call last):
File "/Users/loren/Src/NWB/franklabnwb/fl_extensions.py", line 4, in
ns_builder = NWBNamespaceBuilder("Frank Laboratory NWB Extensions", "franklab", version='0.1')
File "/Users/loren/Src/NWB/pynwb/src/form/utils.py", line 231, in func_call
return func(self, **parsed['args'])
File "/Users/loren/Src/NWB/pynwb/src/pynwb/spec.py", line 173, in init
args.insert(NWBNamespace)
TypeError: insert() takes exactly 2 arguments (1 given)


@ajtritt
Copy link
Member Author

ajtritt commented Jun 7, 2017

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


Merged in ns_builder_fix (pull request #62)

Fix Issue #33

@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
ajtritt added a commit that referenced this issue Aug 9, 2017
ajtritt added a commit that referenced this issue Aug 9, 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