Skip to content

Commit b34222b

Browse files
author
meihuisu
committed
test cs248 + large data + docker
1 parent 88a8443 commit b34222b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup/setup.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"UCVMConfigureFlags": "--enable-model-cs248 --with-cs248-lib-path=${UCVM_INSTALL_PATH}/model/cs248/lib --with-cs248-include-path=${UCVM_INSTALL_PATH}/model/cs248/include",
7878
"Ask": "yes",
7979
"Libraries": ["euclid3", "proj"],
80-
"md5sum": "20161b37aac423e1c1c24f27637fd8f4",
80+
"md5sum": "182d94d683858d94cf4f3e70ebe0d30c",
8181
"Order": 24
8282
},
8383
"CS242": {

ucvm_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,9 +933,9 @@ def _addPROJ_LIB_python() :
933933
print("\nNow setting up CVM models...")
934934

935935
for model in config_data["models"]:
936-
print("Install model_name: ", model)
937936
the_model = config_data["models"][model]
938937
if model in modelsToInstall:
938+
print("Install model_name: ", model)
939939
try:
940940
#
941941
# Currently, this test for existing tar file will always fail because of the

0 commit comments

Comments
 (0)