byu-dml / metalearn

BYU's python library of useable tools for metalearning
MIT License
22 stars 6 forks source link

metafeatures.json missing from installed version #185

Closed epeters3 closed 5 years ago

epeters3 commented 5 years ago

metalearn/metafeatures/metafeatures.json is missing from the installed version of the package. To reproduce:

  1. cd to metalearn repo
  2. Start with clean python environment
  3. pip install .
  4. pip install -r requirements.txt
  5. rm -r metalearn
  6. python run_tests.py

Removing the metalearn directory causes the tests to be run on the installed version of the package, and not on the cloned files.

A step needs to be added to the Travis CI script as well to remove the metalearn folder, so the package can be more properly tested.