File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
tensorflow/example2_liquid Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010#
1111#******************************************************************************
1212
13- project (MantaFlow)
1413cmake_minimum_required (VERSION 2.8)
14+ project (MantaFlow)
1515
1616set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR} /tools/cmake/" )
1717set (CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true )
@@ -117,7 +117,7 @@ endif()
117117
118118# translate option into python version string
119119if (NOT PYTHON_VERSION)
120- set (PYTHON_VER_ID) # use any...
120+ set (PYTHON_VER_ID 3 ) # use version 3
121121else ()
122122 set (PYTHON_VER_ID ${PYTHON_VERSION} )
123123endif ()
Original file line number Diff line number Diff line change 1- #!/usr/bin/python2
1+ #!/usr/bin/python3
22
33# ----------------------------------------------------------------------------
44#
Original file line number Diff line number Diff line change 1- #!/usr/bin/python
1+ #!/usr/bin/python3
22import os
33import shutil
44import sys
Original file line number Diff line number Diff line change 33# assume it's called from tools/tests
44os .chdir ("../../tensorflow" )
55
6- pyExe = "python "
6+ pyExe = "python3 "
77mantaExe = "/Users/sinithue/devel/manta/buildMaster/manta"
88dataPath = "./data"
99
Original file line number Diff line number Diff line change 1- #!/usr/bin/python
1+ #!/usr/bin/python3
22#
33# Simple script to run all base tests
44# The test scripts are named test_XXXX_description.py
You can’t perform that action at this time.
0 commit comments