Compare Reference Data

Installation

This notbook uses the bokeh plotting backend by default. Install it alongside your tardis environment by doing:

conda activate tardis
conda install bokeh -c conda-forge --no-update-deps

Workflow

comparer = ReferenceComparer(ref2_hash='upstream/master')

Import libraries

Ensure that you are in the root of tardis-refdata.

Define classes and functions

Load data

Test table

Detailed inspection of the reference data

If parts of the reference data show differences between revisions, you should invest some time examining these differences in detail. Often, visualizing the relevant data blocks already helps.

You can use the following plotting routines as a blueprint and adjust and extend them to your needs.

Get the data and find all the entries for which differences exist:

Results