leap-model-parser 0.1.185.dev10__py3-none-any.whl → 0.1.185.dev11__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -328,8 +328,8 @@ class LeapGraphEditor:
328
328
  del self.model_graph[input_node_id].outputs[output_key]
329
329
  for connection in self.model_graph[input_node_id].outputs[new_output_key].connections:
330
330
  for connection_input in self.model_graph[connection.node].inputs[connection.input].connections:
331
- if connection.output == output_key:
332
- connection.output = new_output_key
331
+ if connection_input.output == output_key:
332
+ connection_input.output = new_output_key
333
333
 
334
334
  if input_node_id is None:
335
335
  raise Exception(f"Couldn't find input node by origin name {origin_name}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: leap-model-parser
3
- Version: 0.1.185.dev10
3
+ Version: 0.1.185.dev11
4
4
  Summary:
5
5
  Home-page: https://github.com/tensorleap/leap-model-parser
6
6
  License: MIT
@@ -6,7 +6,7 @@ leap_model_parser/contract/importmodelresponse.py,sha256=GlvnKS8xrebU2Sj0dxqtEhA
6
6
  leap_model_parser/contract/nodedata.py,sha256=1_ML0nzp3QUZ0_9mGSLhfO4_hqjYMwi0DWLwymUnWEs,43326
7
7
  leap_model_parser/contract/ui_components.json,sha256=0lsxwOLElW1E-imCcdh3zKPWgzFuQ_bApG6aHvYfTvo,410591
8
8
  leap_model_parser/keras_json_model_import.py,sha256=x7HOH6iaASfzJgwMRHgF5SQS-iFOF5j9yCG0mDC9HEA,16794
9
- leap_model_parser/leap_graph_editor.py,sha256=F0SzoX_n27LA1s0y4GfWdu7gFOF21_j_7N2MNiOLP8s,17876
9
+ leap_model_parser/leap_graph_editor.py,sha256=wbvM9zDo-nLn-MPRDLJM9C7EKtE43D1KqciwsjvjDc0,17888
10
10
  leap_model_parser/model_parser.py,sha256=1EeSwlaznRRMgLeltAcDnlRWZCMpWeXySglYQEYeiRI,6618
11
11
  leap_model_parser/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
12
  leap_model_parser/utils/layerpedia/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -18,8 +18,8 @@ leap_model_parser/utils/uicomponents/generatenodedata.py,sha256=LRaPlO5jJ9pUtkvL
18
18
  leap_model_parser/utils/uicomponents/tensorflowinscpection.py,sha256=ym613z9iQKPDBpr0RYD35bTABdm1L-Ez86G47BYT7qw,6775
19
19
  leap_model_parser/utils/uicomponents/ui_components.json,sha256=0lsxwOLElW1E-imCcdh3zKPWgzFuQ_bApG6aHvYfTvo,410591
20
20
  leap_model_parser/utils/uicomponents/ui_components_config.yaml,sha256=cRH8T-c3TAL0nfefRvt9pFsjbTWNEg38NRyHR7RpJsk,19534
21
- leap_model_parser-0.1.185.dev10.dist-info/LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
22
- leap_model_parser-0.1.185.dev10.dist-info/METADATA,sha256=V6Zodl6tzYIxnHdw8QVxnYA0vu5_PJIwLnMGcNHxAq4,1114
23
- leap_model_parser-0.1.185.dev10.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
24
- leap_model_parser-0.1.185.dev10.dist-info/entry_points.txt,sha256=ZvV6EuQt1uAqwapNg5Lo2qjJM9ZG5g2wfzZoLh_Ztyk,77
25
- leap_model_parser-0.1.185.dev10.dist-info/RECORD,,
21
+ leap_model_parser-0.1.185.dev11.dist-info/LICENSE,sha256=qIwWjdspQeSMTtnFZBC8MuT-95L02FPvzRUdWFxrwJY,1067
22
+ leap_model_parser-0.1.185.dev11.dist-info/METADATA,sha256=OO79gPOX78m2BeUv5ulVMARwxmgL918c_Nvfu7qmxd8,1114
23
+ leap_model_parser-0.1.185.dev11.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
24
+ leap_model_parser-0.1.185.dev11.dist-info/entry_points.txt,sha256=ZvV6EuQt1uAqwapNg5Lo2qjJM9ZG5g2wfzZoLh_Ztyk,77
25
+ leap_model_parser-0.1.185.dev11.dist-info/RECORD,,