From 54579a355ce385a0ac3c20270fe4180c0550f131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=B6rl?= Date: Mon, 7 Oct 2024 22:06:32 +0200 Subject: [PATCH] update hash --- matsim/runtime/eqasim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matsim/runtime/eqasim.py b/matsim/runtime/eqasim.py index cc4aa9d..c59a39d 100644 --- a/matsim/runtime/eqasim.py +++ b/matsim/runtime/eqasim.py @@ -7,7 +7,7 @@ DEFAULT_EQASIM_VERSION = "1.5.0" DEFAULT_EQASIM_BRANCH = "feat/model-2024" -DEFAULT_EQASIM_COMMIT = "8296a1c" +DEFAULT_EQASIM_COMMIT = "65d1c101" def configure(context): context.stage("matsim.runtime.git")