Skip to content

Commit

Permalink
Merge pull request #33021 from riga/update_tf241
Browse files Browse the repository at this point in the history
Changes for TensorFlow 2.4 support.
  • Loading branch information
cmsbuild authored Mar 2, 2021
2 parents 86ae509 + ec0951e commit 502d254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/TensorFlow/test/testBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void testBase::setUp() {

// create the graph
std::string testPath = cmsswPath("/src/PhysicsTools/TensorFlow/test");
std::string cmd = "python " + testPath + "/" + pyScript() + " " + dataPath_;
std::string cmd = "python3 " + testPath + "/" + pyScript() + " " + dataPath_;
std::array<char, 128> buffer;
std::string result;
std::shared_ptr<FILE> pipe(popen(cmd.c_str(), "r"), pclose);
Expand Down

0 comments on commit 502d254

Please sign in to comment.