-
Notifications
You must be signed in to change notification settings - Fork 15
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
REF: Get multi-slice number of slices dynamically and add simulated data #318
Conversation
Hello @carterbox! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-06-25 15:35:31 UTC |
@a4894z, singers dataset is now included in this branch |
@@ -45,6 +45,48 @@ def setUp(self, filename='siemens-star-small.npz.bz2'): | |||
) | |||
|
|||
|
|||
class SingersSetup: |
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.
This class implements simulated data using the singers dataset.
Purpose
Approach
Pre-Merge Checklists
Submitter
Reviewer