diff options
| author | Suren A. Chilingaryan <csa@suren.me> | 2018-12-13 00:05:49 +0100 |
|---|---|---|
| committer | Suren A. Chilingaryan <csa@suren.me> | 2018-12-13 00:05:49 +0100 |
| commit | 9c3d5c48694db1018d50aa85acad434f47e5ed0b (patch) | |
| tree | bee24b887c12d1abaa4d942525a6c1d304dd200d /biomedisa/tests | |
Initial import
Diffstat (limited to 'biomedisa/tests')
| -rwxr-xr-x | biomedisa/tests/test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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__)' |
