Skip to content

Commit edda7ba

Browse files
authored
Merge branch 'develop' into develop
2 parents 95b581e + b49bf4d commit edda7ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.gnu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:bullseye-slim
22

3-
RUN apt-get update && apt-get install -y --no-install-recommends git g++ gfortran libssl-dev make cmake vim wget bc unzip python\
3+
RUN apt-get update && apt-get install -y --no-install-recommends git g++ gfortran libssl-dev make cmake vim wget bc unzip python3-numpy\
44
&& apt-get install -y --no-install-recommends mpich libmpich-dev
55

66
ENV GIT_SSL_NO_VERIFY=1 TERM=xterm-256color

tests/integrate/tools/catch_properties.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ if ! test -z "$deepks_out_labels" && [ $deepks_out_labels -eq 1 ]; then
291291
fi
292292

293293
if ! test -z "$deepks_bandgap" && [ $deepks_bandgap -eq 1 ]; then
294-
odelta=`python get_odelta.py`
294+
odelta=`python3 get_odelta.py`
295295
echo "odelta $odelta" >>$1
296-
oprec=`python get_oprec.py`
296+
oprec=`python3 get_oprec.py`
297297
echo "oprec $oprec" >> $1
298298
fi

0 commit comments

Comments
 (0)