-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not autogenerate classes when loading namespace (#555)
* do not autogenerate classes when loading namespace * Improve class generation across namespace dependencies (#557) * Check dependent types, gen classes for them, and link them * Add comment * Update src/hdmf/build/manager.py Co-authored-by: Andrew Tritt <[email protected]> * add tests for convoluted extension scenario * generate class if necessary * make namespace an optional argument * satisfy flake8 Co-authored-by: Ryan Ly <[email protected]>
- Loading branch information
Showing
6 changed files
with
148 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.