Skip to content

Introduce Hydra #116

Merged
simon-donike merged 11 commits into
mainfrom
feature/hydra
Jul 23, 2026
Merged

Introduce Hydra #116
simon-donike merged 11 commits into
mainfrom
feature/hydra

Conversation

@simon-donike

Copy link
Copy Markdown
Member

Pull Request

Description

Introduced hydra config management, fixed some smaller bugs.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

  • pytest
  • local validation

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@simon-donike simon-donike left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

remove py3.10 and 3.11 CIs

@codecov

codecov Bot commented Jul 23, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 87.93103% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 94.58%. Comparing base (28f8738) to head (a5acb5e).

Files with missing lines Patch % Lines
opensr_srgan/train_hydra.py 86.04% 6 Missing ⚠️
opensr_srgan/train.py 93.33% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #116      +/-   ##
==========================================
- Coverage   94.79%   94.58%   -0.22%     
==========================================
  Files          31       32       +1     
  Lines        1884     1940      +56     
==========================================
+ Hits         1786     1835      +49     
- Misses         98      105       +7     
Files with missing lines Coverage Δ
opensr_srgan/_factory.py 100.00% <ø> (ø)
opensr_srgan/train.py 93.40% <93.33%> (-0.19%) ⬇️
opensr_srgan/train_hydra.py 86.04% <86.04%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@simon-donike
simon-donike merged commit 728bf56 into main Jul 23, 2026
7 checks passed
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.

1 participant