We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670181b commit 85e7565Copy full SHA for 85e7565
orangecontrib/network/widgets/OWNxGroups.py
@@ -159,6 +159,7 @@ def _map_network(self):
159
else:
160
weights = None
161
if self.normalize:
162
+ weights = weights.copy() if weights is not None else None
163
self._normalize_weights(row, col, weights)
164
row, col = self._map_into_feature_values(row, col)
165
return Network(
0 commit comments