Skip to content

Commit 90550b9

Browse files
committed
chore: remove legacy hdf5 script
1 parent 8187d71 commit 90550b9

File tree

3 files changed

+1
-240
lines changed

3 files changed

+1
-240
lines changed

data_processing/cld_root2hdf5.py

Lines changed: 0 additions & 235 deletions
This file was deleted.

notebooks/debug-cld-processing.ipynb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,7 @@
205205
" (gp_to_gp2[\"weight\"], (gp_to_gp2[\"parent_idx\"], gp_to_gp2[\"daughter_idx\"])), shape=(n_gp, n_gp)\n",
206206
")\n",
207207
"# Check if the two dense gp_to_gp matrices are equal\n",
208-
"assert (coo_matrix_gp_to_gp.todense() == coo_matrix_gp_to_gp2.todense()).all()\n",
209-
"\n",
210-
"# Define the output file path\n",
211-
"# output_file = Path(\"extracted_features.hdf5\")"
208+
"assert (coo_matrix_gp_to_gp.todense() == coo_matrix_gp_to_gp2.todense()).all()"
212209
]
213210
},
214211
{

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--extra-index-url https://download.pytorch.org/whl/cu121
22
awkward
33
fastjet
4-
h5py
54
hydra-colorlog
65
hydra-core
76
ipykernel

0 commit comments

Comments
 (0)