#!/usr/bin/env python

'''
CDAScorer-test

Runs CDAScorer-run with the test flag
'''

import subprocess

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