fmu-manipulation-toolbox 1.8.4.1rc1__py3-none-any.whl → 1.8.4.2rc1__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.
@@ -1 +1 @@
1
- 'V1.8.4.1-rc1'
1
+ 'V1.8.4.2-rc1'
@@ -663,7 +663,7 @@ class FMUContainer:
663
663
  nb += len(self.execution_order)
664
664
  print(f"{nb} {nb+nb_input_link}", file=txt_file)
665
665
  for profiling_port, _ in enumerate(self.execution_order):
666
- print(f"{profiling_port} -2 {profiling_port}", file=txt_file)
666
+ print(f"{profiling_port} 1 -2 {profiling_port}", file=txt_file)
667
667
  else:
668
668
  print(f"{nb} {nb+nb_input_link}", file=txt_file)
669
669
  for input_port in inputs_per_type[type_name]:
@@ -683,10 +683,11 @@ class FMUContainer:
683
683
  print(f"{vr} {cport.port.vr}", file=txt_file)
684
684
 
685
685
  for type_name in type_names_list:
686
- print(f"# Start values of {fmu.name} - {type_name}: <FMU_VR> <VALUE>", file=txt_file)
686
+ print(f"# Start values of {fmu.name} - {type_name}: <FMU_VR> <RESET> <VALUE>", file=txt_file)
687
687
  print(len(start_values_fmu_per_type[type_name][fmu.name]), file=txt_file)
688
688
  for cport, value in start_values_fmu_per_type[type_name][fmu.name].items():
689
- print(f"{cport.port.vr} {value}", file=txt_file)
689
+ reset = 1 if cport.port.causality == "input" else 0
690
+ print(f"{cport.port.vr} {reset} {value}", file=txt_file)
690
691
 
691
692
  for type_name in type_names_list:
692
693
  print(f"# Outputs of {fmu.name} - {type_name}: <VR> <FMU_VR>", file=txt_file)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fmu_manipulation_toolbox
3
- Version: 1.8.4.1rc1
3
+ Version: 1.8.4.2rc1
4
4
  Summary: FMU Manipulation Toolbox is a python application for modifying Functional Mock-up Units (FMUs) without recompilation or bundling them into FMU Containers
5
5
  Home-page: https://github.com/grouperenault/fmu_manipulation_toolbox/
6
6
  Author: Nicolas.LAURENT@Renault.com
@@ -1,10 +1,10 @@
1
1
  fmu_manipulation_toolbox/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
2
2
  fmu_manipulation_toolbox/__main__.py,sha256=mAzrtkil506DS0F3g3CEbHdtZsZotzntcNhIn_lNJkw,344
3
- fmu_manipulation_toolbox/__version__.py,sha256=XrkszsZnuDt-3YM90TmysYNUUQWVU2E0oQHwlYer6AU,15
3
+ fmu_manipulation_toolbox/__version__.py,sha256=jnm0HeOalO32T8hqtCK89pKFbJPLz-YFYj_G4Pi_q6M,15
4
4
  fmu_manipulation_toolbox/assembly.py,sha256=p8c8l2BLexns21ADr8WhmedLO015Oma1tOHEYZwvgpk,25900
5
5
  fmu_manipulation_toolbox/checker.py,sha256=lE2MpH4BAKCDjUvbr06N56u7ao8hWXaJgMKaLvmhFTQ,2272
6
6
  fmu_manipulation_toolbox/cli.py,sha256=2p5T1qp7kTcMlScwmvXyUfEmAIGSJsld96ObY216QMA,10616
7
- fmu_manipulation_toolbox/fmu_container.py,sha256=ewJlriNrrIF-5lG1VxT-beTZIhT5d45I2Wro9HLVMP4,31989
7
+ fmu_manipulation_toolbox/fmu_container.py,sha256=V6-pcAdkj380h16Gbxe0kmzfw1n8GDoqmpI270v2ZsE,32079
8
8
  fmu_manipulation_toolbox/fmu_operations.py,sha256=zxsbwnfctmTv-wU37GiiaX3CFM7LmvXAVDCNpdVyRZo,15886
9
9
  fmu_manipulation_toolbox/gui.py,sha256=3y_3CjPr-R-Oa5DTCm0LLnOLVG0_IFjadpNjACAmayQ,29222
10
10
  fmu_manipulation_toolbox/gui_style.py,sha256=uzEruJumnC5Vf2cfHXVa_c-SHAQoTvDWemro3-b9Mpc,6492
@@ -37,16 +37,16 @@ fmu_manipulation_toolbox/resources/fmi-2.0/fmi2VariableDependency.xsd,sha256=Tc9
37
37
  fmu_manipulation_toolbox/resources/linux32/client_sm.so,sha256=xVdY2zy13pa2DcvFiweSNpp7E6DiONqeoBdlcJHrW_k,35940
38
38
  fmu_manipulation_toolbox/resources/linux32/server_sm,sha256=1TLGqNPyM5UVOrCfzNqWyF6ClLksY3EiY3CSsrnp6c0,22836
39
39
  fmu_manipulation_toolbox/resources/linux64/client_sm.so,sha256=EhY1XHo1YcQn6yqZ7wk5okqtZyp0MrcCsGcudqE-aIM,37000
40
- fmu_manipulation_toolbox/resources/linux64/container.so,sha256=9syF2N4fwKxBydyEgsGJeH4zZvJr16LunGGqqI_X_eY,50208
40
+ fmu_manipulation_toolbox/resources/linux64/container.so,sha256=diiqk5qF2doso3lYvb1qL-B062HY7-qgf55RItP9d3U,50152
41
41
  fmu_manipulation_toolbox/resources/linux64/server_sm,sha256=ulfoPvmaYe9nInYcVEyj7mD9zDzGk56OUoWx1mPKLiE,22768
42
- fmu_manipulation_toolbox/resources/win32/client_sm.dll,sha256=4C1mv7J9ieyddqb5KbTIXnBHY0-Q70rSO0CmadhuHGo,17920
43
- fmu_manipulation_toolbox/resources/win32/server_sm.exe,sha256=SlTJ4N_zWRLdhzIn0RYdE_AVVLk1b5b0tPPwBVL8tEM,15872
44
- fmu_manipulation_toolbox/resources/win64/client_sm.dll,sha256=Lwjn3c40gC2OhHku9y2u6UzDtkbpOOC5WTNfJ_P41S4,22016
45
- fmu_manipulation_toolbox/resources/win64/container.dll,sha256=y2XBvc2DeFYAjMjInw13XEmHMG99ChQvHzlDsMKMikM,39936
46
- fmu_manipulation_toolbox/resources/win64/server_sm.exe,sha256=r4M7TnKPVtLM7GF5NjfEjMtEIsnN08DtGzzahgh4fLA,19456
47
- fmu_manipulation_toolbox-1.8.4.1rc1.dist-info/licenses/LICENSE.txt,sha256=c_862mzyk6ownO3Gt6cVs0-53IXLi_-ZEQFNDVabESw,1285
48
- fmu_manipulation_toolbox-1.8.4.1rc1.dist-info/METADATA,sha256=dfRjLdUUb76vXMRIMA1uAud1eyDb7X48BoNW_s17ZxY,1160
49
- fmu_manipulation_toolbox-1.8.4.1rc1.dist-info/WHEEL,sha256=ooBFpIzZCPdw3uqIQsOo4qqbA4ZRPxHnOH7peeONza0,91
50
- fmu_manipulation_toolbox-1.8.4.1rc1.dist-info/entry_points.txt,sha256=jCPLMBdS-eOvmRfDv7n0wHZSbJHccHviW03mz5vwO-Q,124
51
- fmu_manipulation_toolbox-1.8.4.1rc1.dist-info/top_level.txt,sha256=9D_h-5BMjSqf9z-XFkbJL_bMppR2XNYW3WNuPkXou0k,25
52
- fmu_manipulation_toolbox-1.8.4.1rc1.dist-info/RECORD,,
42
+ fmu_manipulation_toolbox/resources/win32/client_sm.dll,sha256=ttt3rSF4hqNhxIEiXaJx95-_9pPD44r1gjK5ky76bMA,17920
43
+ fmu_manipulation_toolbox/resources/win32/server_sm.exe,sha256=Xh_YAy8OfLXKVhGuxPl940YzEePiU65HKOLkAHUzKsk,15872
44
+ fmu_manipulation_toolbox/resources/win64/client_sm.dll,sha256=cRO6IW_i5mom29FLhWIrYp0aesyZPh-slQJrDe0tOLU,22016
45
+ fmu_manipulation_toolbox/resources/win64/container.dll,sha256=ZLKDYR10jE17Yr2ZtIJTUdk2b_4ObLxA4zAcqfFDc50,40960
46
+ fmu_manipulation_toolbox/resources/win64/server_sm.exe,sha256=pMmVbYV5G3j1fxqVUY32h2f6CJQCtURG_w10sjsrMgA,19456
47
+ fmu_manipulation_toolbox-1.8.4.2rc1.dist-info/licenses/LICENSE.txt,sha256=c_862mzyk6ownO3Gt6cVs0-53IXLi_-ZEQFNDVabESw,1285
48
+ fmu_manipulation_toolbox-1.8.4.2rc1.dist-info/METADATA,sha256=pZQUBDsxkfGn94TulBQLpB2bYife9duUIo9XF9edx-4,1160
49
+ fmu_manipulation_toolbox-1.8.4.2rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
50
+ fmu_manipulation_toolbox-1.8.4.2rc1.dist-info/entry_points.txt,sha256=jCPLMBdS-eOvmRfDv7n0wHZSbJHccHviW03mz5vwO-Q,124
51
+ fmu_manipulation_toolbox-1.8.4.2rc1.dist-info/top_level.txt,sha256=9D_h-5BMjSqf9z-XFkbJL_bMppR2XNYW3WNuPkXou0k,25
52
+ fmu_manipulation_toolbox-1.8.4.2rc1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.0.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5