Add CI pipeline, unit tests, bug fixes, and contributing docs#8
Open
shreyaskamathkm wants to merge 1 commit intodevelopfrom
Open
Add CI pipeline, unit tests, bug fixes, and contributing docs#8shreyaskamathkm wants to merge 1 commit intodevelopfrom
shreyaskamathkm wants to merge 1 commit intodevelopfrom
Conversation
Bug fixes: - Fix misleading validator error message in cfg_dataclasses.py - Replace print() with logger in model_helpers.py - Fix hard-coded Path.cwd() in resnetv1b.py (now package-relative, overridable via FTNET_PRETRAINED_DIR) Tooling: - Add mypy, pytest, pytest-cov to dev dependencies in pyproject.toml - Add [tool.mypy] and [tool.pytest.ini_options] config sections - Add mypy pre-commit hook CI/CD: - Add .github/workflows/ci.yml with lint, type-check, and test jobs (Python 3.10 & 3.11) Tests: - Add tests/test_cfg_dataclasses.py - Add tests/test_loss.py - Add tests/test_model_helpers.py - Add tests/test_schedulers.py - Add tests/test_data_attributes.py Docs: - Add CONTRIBUTING.md with branch strategy, setup, and PR guidelines - Add GitHub issue templates (bug report, feature request) - Add GitHub PR template with checklist targeting develop Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bug fixes:
Tooling:
CI/CD:
Tests:
Docs: