#!../../../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 $python_module_prefix-numpy

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