ENH: Use logging in project classes. BUG: Fixed tests.#2
Merged
Conversation
Still failing tests: test_register_images_icon test_time_series_images test_transform_tools
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.
Add Logging Infrastructure and CI/CD Workflows
Summary
This PR integrates a comprehensive logging system throughout the PhysioMotion4D codebase and establishes GitHub Actions workflows for continuous integration and testing.
Changes
🔧 Infrastructure
.github/workflows/test.yml).github/workflows/test-slow.yml).github/workflows/README.md)📝 Logging Integration
register_images_ants.py,register_images_icon.py,register_time_series_images.py,register_model_to_model_*.py)segment_chest_*.py)convert_*.py)image_tools.py,transform_tools.py)usd_tools.py,usd_anatomy_tools.py)heart_gated_ct_to_usd_workflow.py)✨ Enhancements
transform_tools.pywith improved functionality (+83 lines)register_images_ants.pywith better logging and error handling (+197 lines)🧪 Testing
📦 Configuration
pyproject.tomlwith new dependencies and configuration.gitignorefor better file managementStatistics
Testing Notes
All major functionality has been tested and verified. The logging system provides better visibility into processing pipelines and aids in debugging.