Skip to content
Tom Minka edited this page Sep 20, 2022 · 13 revisions

Clone these repos next to this one:

Currently, the main script expects the ground truth to be in CSV format so run python utils/dd_to_csv.py ../times-ireland-model_gams/model ground_truth

NOTE: the script currently uses a pickle file raw_tables.pkl to skip the slow reading of Excel files during development. If the input files change in any way, remember to delete the pickle to force a re-read.

To compare output csv to ground truth:

  • Use Beyond Compare, with Rules > Alignment > Sorted, Rules > Columns > gear icon > Key

To search in a folder of excel files:

Clone this wiki locally