Newer
Older
adaptive-nback / run_tests.py
import os

print(os.getcwd())

from tests.nb_gm_004_bm import run as nb_gm_004_bm

nb_gm_004_bm()