-
Notifications
You must be signed in to change notification settings - Fork 27
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great!
**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
Context: Optimizer and training tests need to be updated for the new
lab_dev
classes.Description of the Change: Updated
test_opt.py
to uselab_dev
including any necessary fixes