#!/Library/Frameworks/Python.framework/Versions/3.11/bin/python3

'''
CDAScorer-test

Runs CDAScorer-run with the test flag
'''

import subprocess

subprocess.run(["cdascorer-run", "-f", "test_cdata.csv", "-t", "True"])
