HumanBrainProject / openMINDS_generator

MIT License
4 stars 3 forks source link

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

Open ieaasebo opened 2 years ago

ieaasebo commented 2 years ago

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