-
Notifications
You must be signed in to change notification settings - Fork 32
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
[Feature]: do we still need to require user to generateCore();
?
#555
Comments
We should probably adjust that requirement. You only need to call If you are modifying or otherwise just reading files, you only need |
Actually, thinking about it, there are two minor caveats to including pregenerated classes in the repo:
|
I think given our use of namespaces, it is unlikely that a user would want to use another type called e.g. |
I would advise not manipulating the MATLAB path for this reason because of the unintuitive nature of path resolution ( |
I'm not really understanding the use case you have in mind where this would pose a problem |
I mean, I would trust your judgement over this being a non-issue over mine since you probably use this tool more than I do. |
What would you like to see added to MatNWB?
@lawrence-mbf, this is a question that @rly brought up in our last meeting and I am also curious.
Do we still need to require users to call
generateCore()
to install MatNWB? What if we pre-generated the classes for the latest schema? This would make the installation process simpler.Is your feature request related to a problem?
No response
What solution would you like?
See above
Do you have any interest in helping implement the feature?
Yes.
Code of Conduct
The text was updated successfully, but these errors were encountered: