From 9c3d5c48694db1018d50aa85acad434f47e5ed0b Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 13 Dec 2018 00:05:49 +0100 Subject: Initial import --- biomedisa/tests/test.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 biomedisa/tests/test.sh (limited to 'biomedisa/tests/test.sh') diff --git a/biomedisa/tests/test.sh b/biomedisa/tests/test.sh new file mode 100755 index 0000000..cf16ce1 --- /dev/null +++ b/biomedisa/tests/test.sh @@ -0,0 +1,4 @@ +#! /bin/bash + +python -c 'import tensorflow; print(tensorflow.__version__)' +python -c 'import keras; print(keras.__version__)' -- cgit v1.2.3