From 27081a5aacb5b369293dccf5e11ff4dd8b0e5a13 Mon Sep 17 00:00:00 2001 From: Viviane Potocnik Date: Wed, 7 Feb 2024 18:31:52 +0100 Subject: [PATCH] lint: data utils --- util/sim/data_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/util/sim/data_utils.py b/util/sim/data_utils.py index c94df71897..6b4d72d2e6 100644 --- a/util/sim/data_utils.py +++ b/util/sim/data_utils.py @@ -22,6 +22,7 @@ '16': np.float16 } + def emit_license(): s = (f"// Copyright {datetime.now().year} ETH Zurich and University of Bologna.\n" f"// Licensed under the Apache License, Version 2.0, see LICENSE for details.\n"