Loading src/opticalcontroller/tools.py +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/opticalcontroller/tools.py +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading