Ignore:
Timestamp:
Apr 10, 2026, 10:55:49 PM (27 hours ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
e8a7b66d
Parents:
d1ccc57
Message:

Add the list perf non-physical comparison (as promised).

This commit is a save-snapshot before I pivot this comparison to compare all first-order effects, which really is the right context.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/plots/ListCommon.py

    rd1ccc57 re2e927e  
    488488        histo.insert(y_lo_col_loc + 1, "y_hi", histo["y_lo"].apply(topValOfBucketBotVal))
    489489
    490         header = str.join(', ', dkey)
     490        dkey_str = list( map( str, dkey ) )
     491        header = str.join(', ', dkey_str)
    491492        print(f'"{header}"')
    492493        text = histo.to_csv(header=False, index=False, sep='\t')
Note: See TracChangeset for help on using the changeset viewer.