NoahCarnahan / plagcomps

Other
6 stars 1 forks source link

Using Scipy #2

Closed zachwooddoughty closed 10 years ago

zachwooddoughty commented 10 years ago

Is it kosher for me to import scipy here? Do we all have it?

I'm using it to run the t-tests for the independent feature evaluation, but I wasn't sure if it was going to break things for you. If you don't have it and don't want to, I could just move the import statement into my function so it's only called if you need it.

NoahCarnahan commented 10 years ago

I think it's fine. The way in which test_framework.py connects to the database assumes that the file is being run on our comps machine anyway (although this can probably be changed).