-
Notifications
You must be signed in to change notification settings - Fork 169
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
【PPSCI Doc No.9】 ppsci.data.dataset.VtuDataset #791
Conversation
Thanks for your contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ppsci/data/dataset/vtu_dataset.py
Outdated
>>> # get the length of the dataset | ||
>>> dataset_size = len(dataset) | ||
>>> # get the first sample of the data | ||
>>> first_sample = dataset[0] | ||
>>> print("First sample:", first_sample) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
47、49行是否都需要加上 # doctest: +SKIP
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Add docx * Apply suggestions from code review * Apply suggestions from code review
PR types
Others
PR changes
Docs
Describe
#686