Skip to content

Conversation

ashwinvaidya17
Copy link
Contributor

πŸ“ Description

  • πŸ§ͺ Add tests
  • πŸ“‹ Fix documentation
  • πŸ› οΈ Minor fixes

✨ Changes

Select what type of change your PR is:

  • πŸš€ New feature (non-breaking change which adds functionality)
  • 🐞 Bug fix (non-breaking change which fixes an issue)
  • πŸ”„ Refactor (non-breaking change which refactors the code base)
  • ⚑ Performance improvements
  • 🎨 Style changes (code style/formatting)
  • πŸ§ͺ Tests (adding/modifying tests)
  • πŸ“š Documentation update
  • πŸ“¦ Build system changes
  • 🚧 CI/CD configuration
  • πŸ”§ Chore (general maintenance)
  • πŸ”’ Security update
  • πŸ’₯ Breaking change (fix or feature that would cause existing functionality to not work as expected)

βœ… Checklist

Before you submit your pull request, please make sure you have completed the following steps:

  • πŸ“š I have made the necessary updates to the documentation (if applicable).
  • πŸ§ͺ I have written tests that support my changes and prove that my fix is effective or my feature works (if applicable).
  • 🏷️ My PR title follows conventional commit format.

For more information about code review checklists, see the Code Review Checklist.

πŸ§ͺ Add tests
πŸ“‹ Fix documentation
πŸ› οΈ  Minor fixes

Signed-off-by: Ashwin Vaidya <[email protected]>
@ashwinvaidya17 ashwinvaidya17 changed the title πŸ”§ refactor(data) Polish BMAD dataset πŸ”§ refactor(data): Polish BMAD dataset Sep 30, 2025
@staticmethod
def datamodule(dataset_path: Path) -> BMAD:
"""Create and return a BMAD datamodule."""
datamodule_ = BMAD(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would this download the dataset ?
(downloading and extracting 20GB could take a while)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah this will download the entire dataset

Co-authored-by: Rajesh Gangireddy <[email protected]>
Signed-off-by: Ashwin Vaidya <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants