From 3b3457323d05eb8388ac60f4ef14e1b326acdbb9 Mon Sep 17 00:00:00 2001 From: sgambelluri <andrea.sgambelluri@cnit.it> Date: Tue, 18 Mar 2025 00:08:01 +0100 Subject: [PATCH] last fix --- src/opticalcontroller/tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/opticalcontroller/tools.py b/src/opticalcontroller/tools.py index 1ebae4f50..651a73de7 100644 --- a/src/opticalcontroller/tools.py +++ b/src/opticalcontroller/tools.py @@ -57,7 +57,6 @@ def map_rate_to_slot(rate): return op, slots elif rate == 800: mod = "DP-16QAM" - #todo: check slot width slots = 12 #150GHz op = map_modulation_to_op(mod, rate) return op, slots -- GitLab