From e505e2d14159c10501a79b408f055db43235584a Mon Sep 17 00:00:00 2001 From: Lars Bogner Date: Thu, 18 Jun 2026 17:43:24 +0200 Subject: [PATCH] Fix miniCaloSim link in README The relative path assumed a sibling checkout; point to the actual GitLab repo instead. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0d0c19..8059ad3 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The model is developed in two phases: ## Data -Input: parquet files produced by [miniCaloSim](../minicalosim), or converted from a ROOT file via `scripts/steps_to_parquet.py`. Each row is one Geant4 step. Train/val split is by `event_id` (not row shuffle) to avoid leaking correlated steps from the same shower. +Input: parquet files produced by [miniCaloSim](https://gitlab.etp.kit.edu/lbogner/minicalosim), or converted from a ROOT file via `scripts/steps_to_parquet.py`. Each row is one Geant4 step. Train/val split is by `event_id` (not row shuffle) to avoid leaking correlated steps from the same shower. ## Project structure