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
groups:
- neurodata_type_def: Adoc: ...links:
- target_type: Devicedoc: Cameras used to record the videos.quantity: '*'# this fails with any quantity ('?', '+', 1, '*'), but no name is often associated with quantity '*'
And a user provides a device, the following error is raised:
AttributeError: 'LinkSpec' object has no attribute 'data_type_def'
..\hdmf\src\hdmf\spec\spec.py:1014: AttributeError
Environment
Python Executable: Conda
Python Version: Python 3.9
Operating System: Windows
HDMF Version: dev
Checklist
Have you ensured the bug was not already reported ?
Have you included a brief and descriptive title?
Have you included a clear description of the problem you are trying to solve?
Have you included a minimal code snippet that reproduces the issue you are encountering?
Description
When a spec yaml contains:
And a user provides a device, the following error is raised:
Environment
Checklist
The text was updated successfully, but these errors were encountered: