Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
235 changes: 0 additions & 235 deletions data_processing/cld_root2hdf5.py

This file was deleted.

5 changes: 1 addition & 4 deletions notebooks/debug-cld-processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,7 @@
" (gp_to_gp2[\"weight\"], (gp_to_gp2[\"parent_idx\"], gp_to_gp2[\"daughter_idx\"])), shape=(n_gp, n_gp)\n",
")\n",
"# Check if the two dense gp_to_gp matrices are equal\n",
"assert (coo_matrix_gp_to_gp.todense() == coo_matrix_gp_to_gp2.todense()).all()\n",
"\n",
"# Define the output file path\n",
"# output_file = Path(\"extracted_features.hdf5\")"
"assert (coo_matrix_gp_to_gp.todense() == coo_matrix_gp_to_gp2.todense()).all()"
]
},
{
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cu121
awkward
fastjet
h5py
hydra-colorlog
hydra-core
ipykernel
Expand Down