data-manipulation-utilities 0.2.7__py3-none-any.whl → 0.2.8.dev714__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. {data_manipulation_utilities-0.2.7.dist-info → data_manipulation_utilities-0.2.8.dev714.dist-info}/METADATA +641 -44
  2. data_manipulation_utilities-0.2.8.dev714.dist-info/RECORD +93 -0
  3. {data_manipulation_utilities-0.2.7.dist-info → data_manipulation_utilities-0.2.8.dev714.dist-info}/WHEEL +1 -1
  4. {data_manipulation_utilities-0.2.7.dist-info → data_manipulation_utilities-0.2.8.dev714.dist-info}/entry_points.txt +1 -0
  5. dmu/__init__.py +0 -0
  6. dmu/generic/hashing.py +34 -8
  7. dmu/generic/utilities.py +164 -11
  8. dmu/logging/log_store.py +34 -2
  9. dmu/logging/messages.py +96 -0
  10. dmu/ml/cv_classifier.py +3 -3
  11. dmu/ml/cv_diagnostics.py +3 -0
  12. dmu/ml/cv_performance.py +58 -0
  13. dmu/ml/cv_predict.py +149 -46
  14. dmu/ml/train_mva.py +482 -100
  15. dmu/ml/utilities.py +29 -10
  16. dmu/pdataframe/utilities.py +28 -3
  17. dmu/plotting/fwhm.py +2 -2
  18. dmu/plotting/matrix.py +1 -1
  19. dmu/plotting/plotter.py +23 -3
  20. dmu/plotting/plotter_1d.py +96 -32
  21. dmu/plotting/plotter_2d.py +5 -0
  22. dmu/rdataframe/utilities.py +54 -3
  23. dmu/rfile/ddfgetter.py +102 -0
  24. dmu/stats/fit_stats.py +129 -0
  25. dmu/stats/fitter.py +55 -22
  26. dmu/stats/gof_calculator.py +7 -0
  27. dmu/stats/model_factory.py +153 -62
  28. dmu/stats/parameters.py +100 -0
  29. dmu/stats/utilities.py +443 -12
  30. dmu/stats/wdata.py +187 -0
  31. dmu/stats/zfit.py +17 -0
  32. dmu/stats/zfit_plotter.py +147 -36
  33. dmu/testing/utilities.py +102 -24
  34. dmu/workflow/__init__.py +0 -0
  35. dmu/workflow/cache.py +266 -0
  36. dmu_data/ml/tests/train_mva.yaml +9 -7
  37. dmu_data/ml/tests/train_mva_def.yaml +75 -0
  38. dmu_data/ml/tests/train_mva_with_diagnostics.yaml +10 -5
  39. dmu_data/ml/tests/train_mva_with_preffix.yaml +58 -0
  40. dmu_data/plotting/tests/2d.yaml +5 -5
  41. dmu_data/plotting/tests/line.yaml +15 -0
  42. dmu_data/plotting/tests/styling.yaml +8 -1
  43. dmu_data/rfile/friends.yaml +13 -0
  44. dmu_data/stats/fitter/test_simple.yaml +28 -0
  45. dmu_data/stats/kde_optimizer/control.json +1 -0
  46. dmu_data/stats/kde_optimizer/signal.json +1 -0
  47. dmu_data/stats/parameters/data.yaml +178 -0
  48. dmu_data/tests/config.json +6 -0
  49. dmu_data/tests/config.yaml +4 -0
  50. dmu_data/tests/pdf_to_tex.txt +34 -0
  51. dmu_scripts/kerberos/check_expiration +21 -0
  52. dmu_scripts/kerberos/convert_certificate +22 -0
  53. dmu_scripts/ml/compare_classifiers.py +85 -0
  54. data_manipulation_utilities-0.2.7.dist-info/RECORD +0 -69
  55. {data_manipulation_utilities-0.2.7.data → data_manipulation_utilities-0.2.8.dev714.data}/scripts/publish +0 -0
  56. {data_manipulation_utilities-0.2.7.dist-info → data_manipulation_utilities-0.2.8.dev714.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,178 @@
1
+ exp:
2
+ c:
3
+ val : -0.010
4
+ low : -0.020
5
+ high: -0.0001
6
+ hypexp:
7
+ mu:
8
+ val : 5000
9
+ low : 4000
10
+ high: 6000
11
+ ap:
12
+ val : 0.020
13
+ low : 0
14
+ high: 0.10
15
+ bt:
16
+ val : 0.002
17
+ low : 0.0001
18
+ high: 0.003
19
+ modexp:
20
+ mu:
21
+ val : 4250
22
+ low : 4250
23
+ high: 4500
24
+ ap:
25
+ val : 0.002
26
+ low : 0.002
27
+ high: 0.026
28
+ bt:
29
+ val : 0.002
30
+ low : 0.002
31
+ high: 0.020
32
+ pol1:
33
+ a:
34
+ val : -0.005
35
+ low : -0.95
36
+ high: 0.00
37
+ pol2:
38
+ a:
39
+ val : -0.005
40
+ low : -0.95
41
+ high: 0.00
42
+ b:
43
+ val : 0.000
44
+ low : -0.95
45
+ high: 0.95
46
+ pol3:
47
+ a:
48
+ val : -0.005
49
+ low : -0.95
50
+ high: 0.00
51
+ b:
52
+ val : 0.000
53
+ low : -0.95
54
+ high: 0.95
55
+ c:
56
+ val : 0.000
57
+ low : -0.95
58
+ high: 0.95
59
+ cbr:
60
+ mu:
61
+ val : 5300
62
+ low : 5100
63
+ high: 5500
64
+ sg:
65
+ val : 50
66
+ low : 2
67
+ high: 300
68
+ ac:
69
+ val : -2
70
+ low : -14.
71
+ high: -0.1
72
+ nc:
73
+ val : 1
74
+ low : 0.5
75
+ high: 150
76
+ suj:
77
+ mu:
78
+ val : 4000
79
+ low : 3500
80
+ high: 5000
81
+ sg:
82
+ val : 10
83
+ low : 2
84
+ high: 5000
85
+ gm:
86
+ val : 1
87
+ low : -10
88
+ high: 10
89
+ dl:
90
+ val : 1
91
+ low : 0.1
92
+ high: 40
93
+ cbl:
94
+ mu:
95
+ val : 5300
96
+ low : 5100
97
+ high: 5500
98
+ sg:
99
+ val : 50
100
+ low : 2
101
+ high: 300
102
+ ac:
103
+ val : 2
104
+ low : 0.0
105
+ high: 14.
106
+ nc:
107
+ val : 1
108
+ low : 0.5
109
+ high: 150
110
+ gauss:
111
+ mu:
112
+ val : 5300
113
+ low : 5100
114
+ high: 5500
115
+ sg:
116
+ val : 50
117
+ low : 2
118
+ high: 300
119
+ dscb:
120
+ mu:
121
+ val : 5300
122
+ low : 5000
123
+ high: 5400
124
+ sg:
125
+ val : 50
126
+ low : 5
127
+ high: 500
128
+ ar:
129
+ val : 1
130
+ low : 0
131
+ high: 5
132
+ al:
133
+ val : 1
134
+ low : 0
135
+ high: 5
136
+ nr:
137
+ val : 2
138
+ low : 1
139
+ high: 150
140
+ nl:
141
+ val : 2
142
+ low : 0
143
+ high: 150
144
+ voigt:
145
+ mu:
146
+ val : 5280
147
+ low : 5040
148
+ high: 5500
149
+ sg:
150
+ val : 20
151
+ low : 10
152
+ high: 400
153
+ gm:
154
+ val : 4
155
+ low : 0.1
156
+ high: 100
157
+ qgauss:
158
+ mu:
159
+ val : 5280
160
+ low : 5040
161
+ high: 5500
162
+ sg:
163
+ val : 20
164
+ low : 10
165
+ high: 400
166
+ q:
167
+ val : 1
168
+ low : 1
169
+ high: 3
170
+ cauchy:
171
+ mu:
172
+ val : 5280
173
+ low : 5040
174
+ high: 5500
175
+ gm:
176
+ val : 150
177
+ low : 50
178
+ high: 500
@@ -0,0 +1,6 @@
1
+ {
2
+ "key" : [
3
+ "value1",
4
+ "value2",
5
+ "value3"]
6
+ }
@@ -0,0 +1,4 @@
1
+ key:
2
+ - value1
3
+ - value2
4
+ - value3
@@ -0,0 +1,34 @@
1
+ --------------------
2
+ PDF: SumPDF
3
+ OBS: <zfit Space obs=('B_M_brem_track_2',), axes=(0,), limits=(array([[4500.]]), array([[7000.]])), binned=False>
4
+ Name Value Low HighFloating Constraint
5
+ --------------------
6
+ ar_dscb_Signal_002_1_reso_flt 1.000e+00 2.000e-01 5.000e+00 1 9.062e-01___1.910e-02
7
+ c_exp_cmb_1 -1.000e-02 -2.000e-02 -1.000e-04 1 none
8
+ frac_brem_001 3.000e-01 0.000e+00 1.000e+00 1 3.273e-01___1.157e-05
9
+ mu_Signal_001_scale_flt 0.000e+00 -1.000e+02 1.000e+02 1 -1.876e+01___7.881e-01
10
+ mu_Signal_002_scale_flt 0.000e+00 -1.000e+02 1.000e+02 1 -1.228e+01___4.835e-01
11
+ nBu_JpsiK_ee_eq_DPC 0.000e+00 0.000e+00 1.000e+04 1 none
12
+ ncmb 0.000e+00 0.000e+00 2.000e+04 1 none
13
+ nl_dscb_Signal_001_1_reso_flt 1.000e+00 2.000e-01 5.000e+00 1 8.314e+00___1.204e+00
14
+ nr_dscb_Signal_002_1_reso_flt 1.000e+00 2.000e-01 5.000e+00 1 1.770e+00___5.338e-02
15
+ nsig 0.000e+00 0.000e+00 1.000e+04 1 none
16
+ sBd_Kstee_eq_btosllball05_DPC 0.000e+00 0.000e+00 1.000e+01 1 1.547e-01___1.552e-02
17
+ sBu_Kstee_Kpi0_eq_btosllball05_DPC 0.000e+00 0.000e+00 1.000e+01 1 1.698e-01___2.266e-02
18
+ sg_Signal_001_reso_flt 1.000e+00 2.000e-01 5.000e+00 1 1.399e+00___2.266e-02
19
+ sg_Signal_002_reso_flt 1.000e+00 2.000e-01 5.000e+00 1 1.327e+00___1.401e-02
20
+
21
+ al_dscb_Signal_001_1 3.297e-01 0.000e+00 5.000e+00 0 none
22
+ al_dscb_Signal_002_1 3.684e-01 0.000e+00 5.000e+00 0 none
23
+ ar_dscb_Signal_001_1 1.274e+00 0.000e+00 5.000e+00 0 none
24
+ ar_dscb_Signal_002_1 8.425e-01 0.000e+00 5.000e+00 0 none
25
+ frc_Signal_001_1 2.911e-02 0.000e+00 1.000e+00 0 none
26
+ frc_Signal_002_1 1.074e-01 0.000e+00 1.000e+00 0 none
27
+ mu_Signal_001 5.231e+03 5.100e+03 5.500e+03 0 none
28
+ mu_Signal_002 5.230e+03 5.100e+03 5.500e+03 0 none
29
+ nl_dscb_Signal_001_1 9.130e+00 0.000e+00 1.500e+02 0 none
30
+ nl_dscb_Signal_002_1 5.152e+01 0.000e+00 1.500e+02 0 none
31
+ nr_dscb_Signal_001_1 2.483e+00 1.000e+00 1.500e+02 0 none
32
+ nr_dscb_Signal_002_1 3.801e+00 1.000e+00 1.500e+02 0 none
33
+ sg_Signal_001 5.155e+01 2.000e+00 3.000e+02 0 none
34
+ sg_Signal_002 7.496e+01 2.000e+00 3.000e+02 0 none
@@ -0,0 +1,21 @@
1
+ #!/usr/bin/env bash
2
+
3
+ : '
4
+ This script is meant to check the expiration date of a grid certificate
5
+
6
+ Usage:
7
+
8
+ ./check_expiration
9
+ '
10
+
11
+ check()
12
+ {
13
+ PEMFILE=$1
14
+ if [[ ! -f $PEMFILE ]];then
15
+ echo "Cannot find PEM file: $PEMFILE"
16
+ fi
17
+
18
+ openssl x509 -enddate -noout -in $PEMFILE
19
+ }
20
+
21
+ check usercert.pem
@@ -0,0 +1,22 @@
1
+ #!/usr/bin/env bash
2
+
3
+ : '
4
+ This script is used to convert p12 grid certificate files into PEM files
5
+
6
+ Usage:
7
+
8
+ ./convert_certificate cert.p12
9
+ '
10
+
11
+ CERTIFICATE=$1
12
+
13
+ if [[ ! -f $CERTIFICATE ]];then
14
+ echo "ERROR::Certificate \"$CERTIFICATE\" does not exist."
15
+ kill -INT $$
16
+ fi
17
+
18
+ openssl pkcs12 -in $CERTIFICATE -clcerts -nokeys -out usercert.pem
19
+ openssl pkcs12 -in $CERTIFICATE -nocerts -out userkey.pem
20
+ chmod 400 userkey.pem
21
+ chmod 444 usercert.pem
22
+
@@ -0,0 +1,85 @@
1
+ '''
2
+ Script used to compare performance of classifiers
3
+ '''
4
+ import os
5
+ import argparse
6
+ import yaml
7
+ import mplhep
8
+ import matplotlib.pyplot as plt
9
+ import pandas as pnd
10
+
11
+ from sklearn.metrics import auc
12
+ from dmu.logging.log_store import LogStore
13
+
14
+ log=LogStore.add_logger('dmu:ml:compare_classifiers')
15
+ # ------------------------------
16
+ class Data:
17
+ '''
18
+ Data class
19
+ '''
20
+ out_path : str
21
+ cfg_path : str
22
+ logl : int
23
+ cfg : dict
24
+
25
+ plt.style.use(mplhep.style.LHCb2)
26
+ # ------------------------------
27
+ def _initialize() -> None:
28
+ log.info(f'Loading settings from: {Data.cfg_path}')
29
+ with open(Data.cfg_path, encoding='utf-8') as ifile:
30
+ Data.cfg = yaml.safe_load(ifile)
31
+
32
+ Data.out_path = Data.cfg['out_dir']
33
+ os.makedirs(Data.out_path, exist_ok=True)
34
+ # ------------------------------
35
+ def _parse_args():
36
+ parser = argparse.ArgumentParser(description='Used to perform comparisons of classifier performances')
37
+ parser.add_argument('-c', '--conf' , help='Path to configuration path', required=True)
38
+ parser.add_argument('-l', '--logl' , help='Logging level', choices=[10, 20, 30], default=20)
39
+ args = parser.parse_args()
40
+
41
+ Data.cfg_path = args.conf
42
+ Data.logl = args.logl
43
+ # ------------------------------
44
+ def _plot_roc(name : str, path : str) -> None:
45
+ roc_path = f'{path}/fold_all/roc.json'
46
+ df = pnd.read_json(roc_path)
47
+
48
+ plt.figure(num='ROC')
49
+ xval = df['x'].to_numpy()
50
+ yval = df['y'].to_numpy()
51
+ area = auc(xval, yval)
52
+
53
+ plt.plot(xval, yval, label=f'{name}: {area:.3f}')
54
+ # ------------------------------
55
+ def _compare():
56
+ for name, cls_path in Data.cfg['classifiers'].items():
57
+ _plot_roc(name=name, path=cls_path)
58
+
59
+ _save_roc()
60
+ # ------------------------------
61
+ def _save_roc():
62
+ d_set = Data.cfg['roc']
63
+ if 'xrange' in d_set:
64
+ plt.xlim(d_set['xrange'])
65
+
66
+ if 'yrange' in d_set:
67
+ plt.ylim(d_set['yrange'])
68
+
69
+ plt.figure(num='ROC')
70
+ plt.legend()
71
+ plt.grid()
72
+ plt.xlabel('Signal Efficiency')
73
+ plt.ylabel('Background Rejection')
74
+ plt.savefig(f'{Data.out_path}/roc.png')
75
+ # ------------------------------
76
+ def main():
77
+ '''
78
+ Start here
79
+ '''
80
+ _parse_args()
81
+ _initialize()
82
+ _compare()
83
+ # ------------------------------
84
+ if __name__ == '__main__':
85
+ main()
@@ -1,69 +0,0 @@
1
- data_manipulation_utilities-0.2.7.data/scripts/publish,sha256=-3K_Y2_4CfWCV50rPB8CRuhjxDu7xMGswinRwPovgLs,1976
2
- dmu/arrays/utilities.py,sha256=PKoYyybPptA2aU-V3KLnJXBudWxTXu4x1uGdIMQ49HY,1722
3
- dmu/generic/hashing.py,sha256=Mxwr88jyGuEP5Bhqtw1gDva9fNO-l11jb2qA0ceOysw,1167
4
- dmu/generic/utilities.py,sha256=dBvrucgdM3vyyETharLvPAC7qEbgF9cL1mLVQ0nxNJM,2020
5
- dmu/generic/version_management.py,sha256=j0ImlAq6SVNjTh3xRsF6G7DSoyr1w8kTRY84dNriGRE,3750
6
- dmu/logging/log_store.py,sha256=umdvjNDuV3LdezbG26b0AiyTglbvkxST19CQu9QATbA,4184
7
- dmu/ml/cv_classifier.py,sha256=ZbzEm_jW9yoTC7k_xBA7hFpc1bDNayiVR3tbaj1_ieE,4228
8
- dmu/ml/cv_diagnostics.py,sha256=T6wkNcuLkdLrZ9z1YtAYMeb-M_bxnSChRHtdPeQv_To,7507
9
- dmu/ml/cv_predict.py,sha256=4wwYL_jcUExDqLJVfClxEUWSd_QAx8yKHO3rX-mx4vw,6711
10
- dmu/ml/train_mva.py,sha256=tkdSODahXG9R77wmcckKFxYceMmc-3O-Y4pJXMe8WAI,21137
11
- dmu/ml/utilities.py,sha256=PK_61fW7gBV9aGZyez3PI8zAT7_Fc6IlQzDB7f8iBTM,4133
12
- dmu/pdataframe/utilities.py,sha256=kwv9PuSmccz518e5bkrASacewCkMLTSPLtLiMH3olBc,2011
13
- dmu/plotting/fwhm.py,sha256=Vn0TWlxgNMNk_wb2CD_At-ltVmzI49fyhoJXa0CT0I4,1924
14
- dmu/plotting/matrix.py,sha256=pXuUJn-LgOvrI9qGkZQw16BzLjOjeikYQ_ll2VIcIXU,4978
15
- dmu/plotting/plotter.py,sha256=f3hoZF1n3G-yjHsQ_2huxqz5cqFelZGs0RiaHYjF0JM,7391
16
- dmu/plotting/plotter_1d.py,sha256=zygY6XUk4_wmaAK-bietjYdhkA03TZyft5IYX5acoYI,9142
17
- dmu/plotting/plotter_2d.py,sha256=mZhp3D5I-JodOnFTEF1NqHtcLtuI-2WNpCQsrsoXNtw,3017
18
- dmu/plotting/utilities.py,sha256=SI9dvtZq2gr-PXVz71KE4o0i09rZOKgqJKD1jzf6KXk,1167
19
- dmu/rdataframe/atr_mgr.py,sha256=FdhaQWVpsm4OOe1IRbm7rfrq8VenTNdORyI-lZ2Bs1M,2386
20
- dmu/rdataframe/utilities.py,sha256=pNcQARMP7txMhy6k27UnDcYf0buNy5U2fshaJDl_h8o,3661
21
- dmu/rfile/rfprinter.py,sha256=mp5jd-oCJAnuokbdmGyL9i6tK2lY72jEfROuBIZ_ums,3941
22
- dmu/rfile/utilities.py,sha256=XuYY7HuSBj46iSu3c60UYBHtI6KIPoJU_oofuhb-be0,945
23
- dmu/stats/fitter.py,sha256=gmSejQmoqsHmg6QPypbNb0MTfDFkSMy-DsDLKk1H3KE,18387
24
- dmu/stats/function.py,sha256=yzi_Fvp_ASsFzbWFivIf-comquy21WoeY7is6dgY0Go,9491
25
- dmu/stats/gof_calculator.py,sha256=4EN6OhULcztFvsAZ00rxgohJemnjtDNB5o0IBcv6kbk,4657
26
- dmu/stats/minimizers.py,sha256=db9R2G0SOV-k0BKi6m4EyB_yp6AtZdP23_28B0315oo,7094
27
- dmu/stats/model_factory.py,sha256=N0Q5R7GDfy2r_08xGduzydYO-ALvNTIRE1g0KKcRFyc,15872
28
- dmu/stats/utilities.py,sha256=LQy4kd3xSXqpApcWuYfZxkGQyjowaXv2Wr1c4Bj-4ys,4523
29
- dmu/stats/zfit_models.py,sha256=SI61KJ-OG1UAabDICU1iTh6JPKM3giR2ErDraRjkCV8,1842
30
- dmu/stats/zfit_plotter.py,sha256=bnkqFKyxhOEb5hVv4mxh4gpg-MrGeTrCh_5QKIT9hL0,19928
31
- dmu/testing/utilities.py,sha256=c91g_PEzIZfS3Kxj2EOh05mc5ia7vFpZM1VEhjh4DA0,4661
32
- dmu/text/transformer.py,sha256=4lrGknbAWRm0-rxbvgzOO-eR1-9bkYk61boJUEV3cQ0,6100
33
- dmu_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
- dmu_data/ml/tests/diagnostics_from_file.yaml,sha256=quvXOPkRducnBsctyape_Rn5_aqMEpPo6nO_UweMORo,404
35
- dmu_data/ml/tests/diagnostics_from_model.yaml,sha256=rtCQlmGS9ld2xoQJEE35nA07yfRMklEfQEW0w3gRv2A,261
36
- dmu_data/ml/tests/diagnostics_multiple_methods.yaml,sha256=w8Fpmr7kX1Jsb_h6LL2hiuYKf5lYpckFCpYKzWetbA0,265
37
- dmu_data/ml/tests/diagnostics_overlay.yaml,sha256=ZVOsxLL8_JQtf41n8Ct-M9Ch10xBwHK54q1fttWPDlE,866
38
- dmu_data/ml/tests/train_mva.yaml,sha256=AFUJV5yrXIdHHzA9TzfJv3RWhvk0GUB_CFubePCzfxE,1437
39
- dmu_data/ml/tests/train_mva_with_diagnostics.yaml,sha256=ZyKU7W_mDGVvg8xP_wQX0NtO6N_tLSnKO1CyHAaYhuk,2036
40
- dmu_data/plotting/tests/2d.yaml,sha256=HSAtER-8CEqIGBY_jdcIdSVOHMfYPYhmgeZghTpVYh8,516
41
- dmu_data/plotting/tests/fig_size.yaml,sha256=7ROq49nwZ1A2EbPiySmu6n3G-Jq6YAOkc3d2X3YNZv0,294
42
- dmu_data/plotting/tests/high_stat.yaml,sha256=bLglBLCZK6ft0xMhQ5OltxE76cWsBMPMjO6GG0OkDr8,522
43
- dmu_data/plotting/tests/legend.yaml,sha256=wGpj58ig-GOlqbWoN894zrCet2Fj9f5QtY0rig_UC-c,213
44
- dmu_data/plotting/tests/name.yaml,sha256=mkcPAVg8wBAmlSbSRQ1bcaMl4vOS6LXMtpqQeDrrtO4,312
45
- dmu_data/plotting/tests/no_bounds.yaml,sha256=8e1QdphBjz-suDr857DoeUC2DXiy6SE-gvkORJQYv80,257
46
- dmu_data/plotting/tests/normalized.yaml,sha256=Y0eKtyV5pvlSxvqfsLjytYtv8xYF3HZ5WEdCJdeHGQI,193
47
- dmu_data/plotting/tests/plug_fwhm.yaml,sha256=xl5LXc9Nt66anM-HOXAxCtlaxWNM7zzIXf1Y6U8M4Wg,449
48
- dmu_data/plotting/tests/plug_stats.yaml,sha256=ROO8soYXBbZIFYZcGngA_K5XHgIAFCmuAGfZCJgMmd0,384
49
- dmu_data/plotting/tests/simple.yaml,sha256=Xc59Pjfb3BKMicLVBxODVqomHFupcb5GvefKbKHCQWQ,195
50
- dmu_data/plotting/tests/stats.yaml,sha256=fSZjoV-xPnukpCH2OAXsz_SNPjI113qzDg8Ln3spaaA,165
51
- dmu_data/plotting/tests/styling.yaml,sha256=yUV75HewT2tFofS-5i-mU-3s4PSHcpZOZRn5R_iSRAw,218
52
- dmu_data/plotting/tests/title.yaml,sha256=bawKp9aGpeRrHzv69BOCbFX8sq9bb3Es9tdsPTE7jIk,333
53
- dmu_data/plotting/tests/weights.yaml,sha256=RWQ1KxbCq-uO62WJ2AoY4h5Umc37zG35s-TpKnNMABI,312
54
- dmu_data/text/transform.toml,sha256=R-832BZalzHZ6c5gD6jtT_Hj8BCsM5vxa1v6oeiwaP4,94
55
- dmu_data/text/transform.txt,sha256=EX760da6Vkf-_EPxnQlC5hGSkfFhJCCGCD19NU-1Qto,44
56
- dmu_data/text/transform_set.toml,sha256=Jeh7BTz82idqvbOQJtl9-ur56mZkzDn5WtvmIb48LoE,150
57
- dmu_data/text/transform_set.txt,sha256=1KivMoP9LxPn9955QrRmOzjEqduEjhTetQ9MXykO5LY,46
58
- dmu_data/text/transform_trf.txt,sha256=zxBRTgcSmX7RdqfmWF88W1YqbyNHa4Ccruf1MmnYv2A,74
59
- dmu_scripts/git/publish,sha256=-3K_Y2_4CfWCV50rPB8CRuhjxDu7xMGswinRwPovgLs,1976
60
- dmu_scripts/physics/check_truth.py,sha256=b1P_Pa9ef6VcFtyY6Y9KS9Om9L-QrCBjDKp4dqca0PQ,3964
61
- dmu_scripts/rfile/compare_root_files.py,sha256=T8lDnQxsRNMr37x1Y7YvWD8ySHrJOWZki7ZQynxXX9Q,9540
62
- dmu_scripts/rfile/print_trees.py,sha256=Ze4Ccl_iUldl4eVEDVnYBoe4amqBT1fSBR1zN5WSztk,941
63
- dmu_scripts/ssh/coned.py,sha256=lhilYNHWRCGxC-jtyJ3LQ4oUgWW33B2l1tYCcyHHsR0,4858
64
- dmu_scripts/text/transform_text.py,sha256=9akj1LB0HAyopOvkLjNOJiptZw5XoOQLe17SlcrGMD0,1456
65
- data_manipulation_utilities-0.2.7.dist-info/METADATA,sha256=aaUGi8PUMDuJCdslarv5Rn10iI-Jvbu4WkWbEOwmtzw,34464
66
- data_manipulation_utilities-0.2.7.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
67
- data_manipulation_utilities-0.2.7.dist-info/entry_points.txt,sha256=1TIZDed651KuOH-DgaN5AoBdirKmrKE_oM1b6b7zTUU,270
68
- data_manipulation_utilities-0.2.7.dist-info/top_level.txt,sha256=n_x5J6uWtSqy9mRImKtdA2V2NJNyU8Kn3u8DTOKJix0,25
69
- data_manipulation_utilities-0.2.7.dist-info/RECORD,,