We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b9dcf commit c514916Copy full SHA for c514916
yaramo/operations/operationshelper.py
@@ -1,5 +1,4 @@
1
class OperationsHelper:
2
-
3
@staticmethod
4
def copy_topology_metadata(orig_topology: Topology, new_topology: Topology):
5
new_topology.name = orig_topology.name
yaramo/operations/split.py
@@ -243,4 +243,4 @@ def _validate_for_data_loss(
243
if signal_uuid not in topology_a.signals and signal_uuid not in topology_b.signals:
244
raise ValueError(
245
"Data loss (lost signal). Split edges split topology in more than two splits. Not supported."
246
- )
+ )
0 commit comments