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

tf.test.TestCase.test_session -> tf.test.TestCase.cached_session #2816

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Sep 13, 2023

tf.test.TestCase.test_session is deprecated in TF 1.11. We used it when we still tested TF 1.8, and now it is ok to replace it.

`tf.test.TestCase.test_session` is deprecated in TF 1.11. We used it when we still tested TF 1.8, and now it is ok to replace it.
@codecov
Copy link

codecov bot commented Sep 13, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (3a98751) 75.52% compared to head (827cf66) 75.52%.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #2816   +/-   ##
=======================================
  Coverage   75.52%   75.52%           
=======================================
  Files         242      242           
  Lines       24162    24162           
  Branches     1533     1533           
=======================================
  Hits        18249    18249           
  Misses       4997     4997           
  Partials      916      916           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wanghan-iapcm wanghan-iapcm merged commit 7da9aaf into deepmodeling:devel Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants