Trane icon indicating copy to clipboard operation
Trane copied to clipboard

Add integration tests and get existing unit tests to pass

Open gsheni opened this issue 1 year ago • 0 comments

  • Add integration tests with Covid, Bike, and Chicago examples
  • Removed the following files and folders:
    • .idea
    • Example/medical_no_show.csv
    • trane-examples/
    • taxi_data/
    • Trane-Demos/
    • flight-delay/
    • AUTHORS.rst
    • CONTRIBUTING.rst
    • HISTORY.md
    • pred_probl.json
    • prediction_problems.json
  • Cleaned up Makefile
  • Modified existing logic to allow unit tests to pass
  • Added Python 3.11 markers and CI testing
  • Added tqdm as a req to show progress bar for prediction problem generation
  • Moved the following to trane2/tests/ because they contained tests that did not pass and/or missing functionality (which I am guessing is obsolete).
    • test_prediction_problem.py
    • test_prediction_problem_generator.py
    • test_aggregation_ops.py
    • test_row_ops.py
    • test_transformation_ops.py

gsheni avatar Nov 04 '22 03:11 gsheni