Skip to content
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

Updating tensorflow tests to work with lab dev #533

Merged
merged 39 commits into from
Jan 20, 2025
Merged

Updating tensorflow tests to work with lab dev #533

merged 39 commits into from
Jan 20, 2025

Conversation

apchytr
Copy link
Collaborator

@apchytr apchytr commented Dec 16, 2024

Context: Optimizer and training tests need to be updated for the new lab_dev classes.

Description of the Change: Updated test_opt.py to use lab_dev including any necessary fixes

@apchytr apchytr added WIP work in progress no changelog Pull request does not require a CHANGELOG entry labels Dec 16, 2024
@apchytr apchytr removed the WIP work in progress label Dec 19, 2024
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.05%. Comparing base (89c03b8) to head (bb5b5a3).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #533      +/-   ##
===========================================
- Coverage    90.08%   90.05%   -0.04%     
===========================================
  Files          102      102              
  Lines         6243     6243              
===========================================
- Hits          5624     5622       -2     
- Misses         619      621       +2     
Files with missing lines Coverage Δ
mrmustard/lab_dev/states/__init__.py 100.00% <100.00%> (ø)
mrmustard/lab_dev/states/gaussian_state.py 100.00% <ø> (ø)
mrmustard/lab_dev/transformations/rgate.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 89c03b8...bb5b5a3. Read the comment docs.

Copy link
Collaborator

@ziofil ziofil left a comment

Choose a reason for hiding this comment

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

great!

@apchytr apchytr merged commit 14ca459 into develop Jan 20, 2025
10 checks passed
@apchytr apchytr deleted the tfLabDev branch January 20, 2025 19:30
ziofil pushed a commit that referenced this pull request Jan 22, 2025
**Context:** Optimizer and training tests need to be updated for the new
`lab_dev` classes.

**Description of the Change:** Updated `test_opt.py` to use `lab_dev`
including any necessary fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Pull request does not require a CHANGELOG entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants