We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b853ace commit ff309bcCopy full SHA for ff309bc
requirements.txt
@@ -8,7 +8,6 @@ wget
8
scipy
9
visualdl
10
pyvista==0.37.0
11
-pysdf
12
pyyaml
13
scikit-optimize
14
h5py
test_tipc/prepare.sh
@@ -18,9 +18,9 @@ lines=(${dataline})
18
download_dataset=$(func_parser_value "${lines[61]}")
19
python=$(func_parser_value "${lines[2]}")
20
export pip=$(func_parser_value "${lines[62]}")
21
-
+${pip} install --upgrade pip
22
${pip} install -r requirements.txt
23
24
-if [ ! -n ${download_dataset}] ; then
+if [ -n ${download_dataset} ] ; then
25
${python} ${PDSC_DIR}${download_dataset}
26
fi
0 commit comments