Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Jan 29, 2024
1 parent 2cbe852 commit 814a549
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deepmd/tf/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ def _get_package_constants(


GLOBAL_CONFIG = _get_package_constants()
print(GLOBAL_CONFIG)
if GLOBAL_CONFIG["enable_tensorflow"] == "0":
raise RuntimeError(

Check warning on line 476 in deepmd/tf/env.py

View check run for this annotation

Codecov / codecov/patch

deepmd/tf/env.py#L476

Added line #L476 was not covered by tests
"TensorFlow backend is not built. To enable it, "
Expand Down

0 comments on commit 814a549

Please sign in to comment.