Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

mycollection = helper.create_collection() only works for v3 and not v2.0.0 #26

Open
ieaasebo opened this issue Feb 10, 2022 · 0 comments

Comments

@ieaasebo
Copy link

Only syntax error, just wanted to give you a headsup. Example on the github pages lists v2.0.0.

Error report:
File "C:\Users\eier\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)

File "", line 2, in
mycollection = helper.create_collection()

File "C:\Users\eier\Anaconda3\lib\site-packages\openMINDS_init_.py", line 41, in create_collection
signature, func = openMINDS.MetaSchemaCollection.build_generator(self.core.schemas[schema])

File "C:\Users\eier\Anaconda3\lib\site-packages\openMINDS\MetaSchemaCollection.py", line 73, in build_generator
d = {}

File "", line 1
def core_v2.0.0_affiliation(self, organization, ):
^
SyntaxError: invalid syntax

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant