Skip to content

Commit

Permalink
Typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Feb 18, 2021
1 parent 4701d3d commit 0a6d083
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PhysicsTools/TensorFlow/test/createconstantgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import cmsml


# get tensorflow and work the with v1 compatibility layer
# get tensorflow and work with the v1 compatibility layer
tf, tf1, tf_version = cmsml.tensorflow.import_tf()
tf = tf1
tf.disable_eager_execution()
Expand Down
2 changes: 1 addition & 1 deletion PhysicsTools/TensorFlow/test/creategraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import cmsml


# get tensorflow and work the with v1 compatibility layer
# get tensorflow and work with the v1 compatibility layer
tf, tf1, tf_version = cmsml.tensorflow.import_tf()
tf = tf1
tf.disable_eager_execution()
Expand Down
2 changes: 1 addition & 1 deletion PhysicsTools/TensorFlow/test/readconstantgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import cmsml


# get tensorflow and work the with v1 compatibility layer
# get tensorflow and work with the v1 compatibility layer
tf, tf1, tf_version = cmsml.tensorflow.import_tf()
tf = tf1
tf.disable_eager_execution()
Expand Down

0 comments on commit 0a6d083

Please sign in to comment.