Skip to content

Commit

Permalink
Removing the -15 dp assignment
Browse files Browse the repository at this point in the history
dp hard coding -15 delta_power target is removed from this PR

Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>
  • Loading branch information
EstherLerouzic committed May 31, 2019
1 parent 9de631c commit cc14496
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gnpy/core/network.py
Expand Up @@ -232,8 +232,6 @@ def target_power(network, node, equipment): #get_fiber_dp

if isinstance(node, Roadm):
dp = 0
elif isinstance(node, Transceiver):
dp = -15

return dp

Expand Down

0 comments on commit cc14496

Please sign in to comment.