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

Fix test suite failure when no tf wheel #291

Merged
merged 4 commits into from
May 26, 2023

Conversation

MattToast
Copy link
Member

Resolves test module test_dbmodel.py using symbols from a TF import statement that may not be present at test time (e.g. if a user installs w/o ml backends and then runs make test-full)

@MattToast MattToast requested a review from mellis13 May 25, 2023 17:04
@codecov
Copy link

codecov bot commented May 25, 2023

Codecov Report

Merging #291 (0ac9386) into develop (02d111f) will increase coverage by 0.12%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #291      +/-   ##
===========================================
+ Coverage    87.65%   87.77%   +0.12%     
===========================================
  Files           58       58              
  Lines         3322     3322              
===========================================
+ Hits          2912     2916       +4     
+ Misses         410      406       -4     

see 1 file with indirect coverage changes

Copy link
Contributor

@mellis13 mellis13 left a comment

Choose a reason for hiding this comment

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

LGTM -- thanks for fixing this

Copy link
Contributor

@mellis13 mellis13 left a comment

Choose a reason for hiding this comment

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

LGTM -- thanks for fixing this

Copy link
Contributor

@mellis13 mellis13 left a comment

Choose a reason for hiding this comment

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

LGTM -- thanks for fixing this

@mellis13
Copy link
Contributor

Just a quick question on this -- is it worth noting in the change log that we fixed this bug?

@MattToast
Copy link
Member Author

Just a quick question on this -- is it worth noting in the change log that we fixed this bug?

Certainly couldn't hurt in case anyone user was running into this issue. I'll throw in a quick mention

@MattToast MattToast merged commit 8a5e940 into CrayLabs:develop May 26, 2023
@MattToast MattToast deleted the test-db-model-no-tf branch July 5, 2023 20:49
@MattToast MattToast added the area: test Issues related to the test suite label Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: test Issues related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants