#!../../../common/bats/bin/bats
# -*-sh-*-

load ../../../common/test_helper_functions
source ../../../common/functions || exit 1

if [ -s ../../../TEST_ENV ];then
    source ../../../TEST_ENV
fi

module load numpy

@test "[dev-tools/numpy] Numpy Matrix Multiply" {
    run python MM.py
}
