We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The line below will raise an error ("TypeError: unsupported operand type(s) for /: 'float' and 'NoneType'") when link.residual_bandwidth is None:
link.residual_bandwidth
None
https://github.com/atlanticwave-sdx/datamodel/blob/3a83c58fb81ca8af496d9946297544727399ea45/sdxdatamodel/topologymanager/manager.py#L215
The text was updated successfully, but these errors were encountered:
sajith
No branches or pull requests
The line below will raise an error ("TypeError: unsupported operand type(s) for /: 'float' and 'NoneType'") when
link.residual_bandwidth
isNone
:https://github.com/atlanticwave-sdx/datamodel/blob/3a83c58fb81ca8af496d9946297544727399ea45/sdxdatamodel/topologymanager/manager.py#L215
The text was updated successfully, but these errors were encountered: