code(METADATA Support): adding support for metadata for gaussian dataset #56
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@gabrielasd @msricher With respect to the discussions under #15 and #16 , with reference to #4 am opening a PR for the modifications I've made in the
gaussian
dataset for supporting theMETADATA
object.Currently the changes have only been made to the
gaussian
dataset in order to facilitate feedback and reviews. The current PR consists of the following major changes:PROPERTIES
andDOCSTRING
variables under theMETADATA
object, which can also be used in the future to extend more dataset related properties if required.Preview of points 2 and 3 can be seen here.
Once the PR has been reviewed and all feedbacks have been addressed I can quickly modify all the other datasets to follow the same format and then move on to the second point related to property access.