mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 00:29:38 +08:00
0728d4719b
* eval now works without assignment - helper function a bit hacky * removed df.copy() from eval_helper * one test still failing for qury * all eval tests passing now * added check to eval arge verification * added tests to travis * added optimization and some comments * added pd.eval and passes all tests * added ray dataframe back to test file * optimizations and code cleanup for eval * changed position of pandas import in __init__ * fixed linting errors * fixing eval in __init__.py * fixed travis file - removed extra tests * removed test directory from linting exclude for travis