We should add a fall back method to
|
def compare_metadata(self, run_id, target, old_metadata): |
which only compares the lineages in case the current data-type is not stored. Currently, we are loading the metadata via:
# new metadata for the given runid + target; fetch from context
new_metadata = self.get_metadata(run_id, target)
We should as fall back in case data is not stored:
new_lineage = st.key_for(run_id, data-type).linegae
One needs to only cast all tuples into lists or vise-versa or deactivate the type checking as otherwise one cannot compare to metadata files loaded from disk.__
We should add a fall back method to
strax/strax/context.py
Line 1682 in 5f9051b
We should as fall back in case data is not stored:
One needs to only cast all tuples into lists or vise-versa or deactivate the type checking as otherwise one cannot compare to metadata files loaded from disk.__