probcomp / bayeslite

BayesDB on SQLite. A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.
http://probcomp.csail.mit.edu/software/bayesdb
Apache License 2.0
918 stars 64 forks source link

Document (or automate) ./check.sh needing --pyargs bayeslite when using "$@" mode. #611

Open fsaad opened 6 years ago

fsaad commented 6 years ago

Otherwise the user will be running ./check.sh against the source file and not the built version in build/. Using the source file instead of the build directory will result in package_data (such as csv files) that is not in setup.py to be used for testing, when in fact it they are not available in the build.